summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml')
-rw-r--r--xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml18
1 files changed, 13 insertions, 5 deletions
diff --git a/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml b/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
index 548feb5..c575bb5 100644
--- a/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
+++ b/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
@@ -22,14 +22,22 @@ properties:
type: int64
description: >
The lower bound of the critical threshold.
- - name: CriticalAlarm
+ - name: CriticalAlarmHigh
type: boolean
description: >
- True if the sensor value has exceeded the defined bounds.
- False if the sensor value has not exceeded the defined bounds.
+ True if the sensor value has exceeded the defined bound.
+ False if the sensor value has not exceeded the defined bound.
- CriticalAlarm may be set to False to clear an alarm condition.
- The behavior of setting CriticalAlarm to True is undefined.
+ CriticalAlarmHigh may be set to False to clear an alarm condition.
+ The behavior of setting CriticalAlarmHigh to True is undefined.
+ - name: CriticalAlarmLow
+ type: boolean
+ description: >
+ True if the sensor value has exceeded the defined bound.
+ False if the sensor value has not exceeded the defined bound.
+
+ CriticalAlarmLow may be set to False to clear an alarm condition.
+ The behavior of setting CriticalAlarmLow to True is undefined.
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud