Get Sensor Threshold
更新时间: 2025/06/26
在Gitcode上查看源码

27h-获取传感器阈值(Get-Sensor-Threshold)

修订记录

openUBMC版本号修订日期修订内容
25.062025/06/26初稿,新增命令详情

基本信息

功能说明

获取传感器阈值。

权限

ReadOnly

命令信息

请求信息

字节顺序域取值说明
NetFnS/E 04h
CMD27h
1sensor number (FFh=reserved)

响应信息

字节顺序域取值说明
1Completion Code
2[7:6]-reserved. Return as 00b
Readable thresholds: This bit mask indicates which thresholds are readable
[5]-1b=upper non-recoverable threshold
[4]-1b=upper critical threshold
[3]-1b=upper non-critical threshold
[2]-1b=lower non-recoverable threshold
[1]-1b=lower critical threshold
[0]-1b=lower non-critical threshold
3lower non-critical threshold (if present, ignore on read otherwise)
4lower critical threshold (if present, ignore on read otherwise)
5lower non-recoverable threshold (if present, ignore on read otherwise)
6upper non-critical threshold (if present, ignore on read otherwise)
7upper critical (if present, ignore on read otherwise)
8upper non-recoverable (if present, ignore on read otherwise)

命令样例

请求:

ipmicmd -k "0f 00 04 27 01" smi 0

响应:

0f 1a 00 02 00 2a 37 00

返回到索引