Set Sensor Hysteresis
更新时间: 2026/08/06
在Gitcode上查看源码Set Sensor Hysteresis
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Sets the sensor hysteresis.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | S/E 04h |
| CMD | 24h |
| 1 | sensor number (FFh=reserved) |
| 2 | reserved for future 'hysteresis mask' definition. Write as 'FFh' |
| 3 | Positive-going Threshold Hysteresis Value. Set to 00h if sensor does not support positive-going threshold hysteresis. This value is subtracted from positive going thresholds to determine the point where the asserted status for that threshold will clear. |
| 4 | Negative-going Threshold Hysteresis Value. This value is added to negative going thresholds to determine the point where the asserted status for that threshold will clear. Set to 00h if sensor does not support negative-going threshold hysteresis. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the hysteresis of a sensor.
Request:
bash
ipmicmd -k "0f 00 04 24 01 ff 03 03" smi 0Response:
text
0f