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

Set Sensor Threshold ​

Change History ​

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

Basic Information ​

Function Description ​

Set the sensor threshold.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFnS/E 04h
CMD26h
1sensor number (FFh=reserved)
2[7:6]-reserved. Write as 00b.
[5]-1b=set upper non-recoverable threshold
[4]-1b=set upper critical threshold
[3]-1b=set upper non-critical threshold
[2]-1b=set lower non-recoverable threshold
[1]-1b=set lower critical threshold
[0]-1b=set lower non-critical threshold
3lower non-critical threshold. Ignored if bit 0 of byte 2=0
4lower critical threshold. Ignored if bit 1 of byte 2=0
5lower non-recoverable threshold. Ignored if bit 2 of byte 2=0
6upper non-critical threshold. Ignored if bit 3 of byte 2=0
7upper critical threshold value. Ignored if bit 4 of byte 2=0
8upper non-recoverable threshold value. Ignored if bit 5 of byte 2=0

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set the sensor threshold. ​

Request:

bash
ipmicmd -k "0f 00 04 26 01 08 0 0 0 2b 0 0" smi 0

Response:

text
0f

Back to Index ​