Skip to content

Commit

Permalink
Fix power_limit and ps_derating sensor IDs (open-power#64)
Browse files Browse the repository at this point in the history
The old values weren't unique.
  • Loading branch information
spinler authored and Erich-Hauptli committed Aug 31, 2017
1 parent 14e723e commit f8aaa73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions witherspoon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12964,14 +12964,14 @@
<id>/sys-0/power_limit_sensor</id>
<property>
<id>IPMI_SENSOR_ID</id>
<value>0x08</value>
<value>0xD9</value>
</property>
</globalSetting>
<globalSetting>
<id>/sys-0/ps_derating_sensor</id>
<property>
<id>IPMI_SENSOR_ID</id>
<value>0x09</value>
<value>0xD8</value>
</property>
</globalSetting>
<globalSetting>
Expand Down

0 comments on commit f8aaa73

Please sign in to comment.