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

修订记录

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

基本信息

功能说明

获取具体传感器的门限值。 This command retrieves the threshold for the given sensor.

权限

ReadOnly

命令信息

请求信息

字节顺序域取值说明
1sensor number (FFh = reserved)

响应信息

字节顺序域取值说明
1Completion Code.
2[7:6] - reserved. Write as 00b.
[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 threshold value.
(if present, ignore on read otherwise)
8upper non-recoverable threshold value.
(if present, ignore on read otherwise)

命令样例

样例1:

  • 请求:
  • 响应:

返回到索引