xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Reset.interface.yaml (revision 7f154004885f4e98bd8d0aa6f66259c117b95a4c)
1description: >
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
11properties:
12    - name: Enabled
13      type: boolean
14      default: true
15      description: >
16          Enable/disable reset button. false means reset button is disabled true
17          means reset button is enabled
18      errors:
19          - xyz.openbmc_project.Chassis.Common.Error.UnsupportedCommand
20          - xyz.openbmc_project.Chassis.Common.Error.IOError
21
22signals:
23    - name: Released
24      description: >
25          Reset button released signal
26    - name: Pressed
27      description: >
28          Reset button pressed signal
29