summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Chassis/Buttons/Reset.interface.yaml
blob: 7db8bd56243d4c0950f5a79f0a183069627cee8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
description: >
    Reset button control service
methods:
    - name: simPress
      description: >
        Emulate reset button press.
      errors:
       - xyz.openbmc_project.Chassis.Common.Error.UnsupportedCommand
       - xyz.openbmc_project.Chassis.Common.Error.IOError

properties:
    - name: Enabled
      type: boolean
      default: true
      description: >
        Enable/disable reset button.
        false means reset button is disabled
        true means reset button is enabled
      errors:
       - xyz.openbmc_project.Chassis.Common.Error.UnsupportedCommand
       - xyz.openbmc_project.Chassis.Common.Error.IOError

signals:
    - name: Released
      description: >
        Reset button released signal
    - name: Pressed
      description: >
        Reset button pressed signal
OpenPOWER on IntegriCloud