summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Sensor
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Sensor')
-rw-r--r--xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml18
-rw-r--r--xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml18
2 files changed, 26 insertions, 10 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
diff --git a/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml b/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml
index f8ef993..9f4822b 100644
--- a/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml
+++ b/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml
@@ -23,13 +23,21 @@ properties:
type: int64
description: >
The lower bound of the warning threshold.
- - name: WarningAlarm
+ - name: WarningAlarmHigh
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.
- WarningAlarm may be set to False to clear an alarm condition.
- The behavior of setting WarningAlarm to True is undefined.
+ WarningAlarmHigh may be set to False to clear an alarm condition.
+ The behavior of setting WarningAlarmHigh to True is undefined.
+ - name: WarningAlarmLow
+ type: boolean
+ description: >
+ True if the sensor value has exceeded the defined bound.
+ False if the sensor value has not exceeded the defined bound.
+
+ WarningAlarmLow may be set to False to clear an alarm condition.
+ The behavior of setting WarningAlarmLow to True is undefined.
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud