summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/State
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/State')
-rw-r--r--xyz/openbmc_project/State/Watchdog.interface.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/xyz/openbmc_project/State/Watchdog.interface.yaml b/xyz/openbmc_project/State/Watchdog.interface.yaml
index 960b2b0..f76dbf2 100644
--- a/xyz/openbmc_project/State/Watchdog.interface.yaml
+++ b/xyz/openbmc_project/State/Watchdog.interface.yaml
@@ -1,6 +1,22 @@
description: >
Implement the watchdog function.
+methods:
+ - name: ResetTimeRemaining
+ description: >
+ Resets the time remaining to the configured interval.
+ This is equivalent to reading the Interval and writing it
+ into the TimeRemaining. Optionally the watchdog can be enabled
+ during the reset process.
+ parameters:
+ - name: EnableWatchdog
+ type: boolean
+ description: >
+ If true the watchdog will be enabled when the reset
+ is performed.
+ errors:
+ - xyz.openbmc_project.Common.Error.InternalFailure
+
properties:
- name: Initialized
type: boolean
OpenPOWER on IntegriCloud