blob: 844c53cdbd1f9ceda0c24aca858a3a3471962b20 [file] [log] [blame]
Kuiying Wang4132f4b2018-06-26 11:52:34 +08001description: >
2 Reset button control service
3methods:
4 - name: simPress
5 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -05006 Emulate reset button press.
Kuiying Wang4132f4b2018-06-26 11:52:34 +08007 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -05008 - xyz.openbmc_project.Chassis.Common.Error.UnsupportedCommand
9 - xyz.openbmc_project.Chassis.Common.Error.IOError
Kuiying Wang4132f4b2018-06-26 11:52:34 +080010
Kuiying Wang3a516872018-12-26 16:14:00 +080011properties:
12 - name: Enabled
13 type: boolean
14 default: true
15 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060016 Enable/disable reset button. false means reset button is disabled true
17 means reset button is enabled
Kuiying Wang3a516872018-12-26 16:14:00 +080018 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050019 - xyz.openbmc_project.Chassis.Common.Error.UnsupportedCommand
20 - xyz.openbmc_project.Chassis.Common.Error.IOError
Kuiying Wang3a516872018-12-26 16:14:00 +080021
Kuiying Wang4132f4b2018-06-26 11:52:34 +080022signals:
23 - name: Released
24 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050025 Reset button released signal
Kuiying Wang4132f4b2018-06-26 11:52:34 +080026 - name: Pressed
27 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050028 Reset button pressed signal