代码仓
中
Set Sensor Hysteresis
更新时间: 2026/08/06
在AtomGit上查看源码

Set Sensor Hysteresis ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Sets the sensor hysteresis.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFnS/E 04h
CMD24h
1sensor number (FFh=reserved)
2reserved for future 'hysteresis mask' definition. Write as 'FFh'
3Positive-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.
4Negative-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 ​

ByteData Field
1Completion Code

Command Example ​

Set the hysteresis of a sensor. ​

Request:

bash
ipmicmd -k "0f 00 04 24 01 ff 03 03" smi 0

Response:

text
0f

Back to Index ​