summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/State/Watchdog.interface.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/xyz/openbmc_project/State/Watchdog.interface.yaml b/xyz/openbmc_project/State/Watchdog.interface.yaml
index 166d400..da95d4c 100644
--- a/xyz/openbmc_project/State/Watchdog.interface.yaml
+++ b/xyz/openbmc_project/State/Watchdog.interface.yaml
@@ -44,15 +44,15 @@ properties:
Time remaining before timeout, in milli-second.
Setting this property can re-arm the watchdog.
default: 0
- - name: TimerUse
- type: enum[self.TimerUseField]
+ - name: CurrentTimerUse
+ type: enum[self.TimerUse]
description: >
- The current timer use assigned to the watchdog timer.
+ The host defined user of this timer.
default: 'Reserved'
- - name: TimerUseExpirationFlag
- type: enum[self.TimerUseField]
+ - name: ExpiredTimerUse
+ type: enum[self.TimerUse]
description: >
- The current timer use expiration flags assigned to the watchdog timer.
+ The timer user at the time of expiration.
default: 'Reserved'
enumerations:
@@ -73,7 +73,7 @@ enumerations:
description: >
Perform a power cycle of the system.
- - name: TimerUseField
+ - name: TimerUse
description: >
The type of timer use.
values:
OpenPOWER on IntegriCloud