blob: 7db8bd56243d4c0950f5a79f0a183069627cee8b [file] [log] [blame]
Kuiying Wang4132f4b2018-06-26 11:52:34 +08001description: >
2 Reset button control service
3methods:
4 - name: simPress
5 description: >
6 Emulate reset button press.
7 errors:
8 - xyz.openbmc_project.Chassis.Common.Error.UnsupportedCommand
9 - xyz.openbmc_project.Chassis.Common.Error.IOError
10
Kuiying Wang3a516872018-12-26 16:14:00 +080011properties:
12 - name: Enabled
13 type: boolean
14 default: true
15 description: >
16 Enable/disable reset button.
17 false means reset button is disabled
18 true means reset button is enabled
19 errors:
20 - xyz.openbmc_project.Chassis.Common.Error.UnsupportedCommand
21 - xyz.openbmc_project.Chassis.Common.Error.IOError
22
Kuiying Wang4132f4b2018-06-26 11:52:34 +080023signals:
24 - name: Released
25 description: >
26 Reset button released signal
27 - name: Pressed
28 description: >
29 Reset button pressed signal