Get Sensor Hysteresis
更新时间: 2026/08/06
在Gitcode上查看源码Get Sensor Hysteresis
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtains the hysteresis of a sensor.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | S/E 04h |
| CMD | 25h |
| 1 | sensor number (FFh=reserved) |
| 2 | reserved for future 'hysteresis mask' definition. Write as 'FFh' |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Positive-going Threshold Hysteresis Value. 00h if n/a |
| 3 | Negative-going Threshold Hysteresis Value. 00h if n/a |
Command Example
Obtain the hysteresis of a sensor.
Request:
bash
ipmicmd -k "0f 00 04 25 01 ff" smi 0Response:
text
0f 02 02