blob: ab616092238d59f55c6f21208719066d3a68ecc9 [file] [log] [blame]
Kuiying Wang4132f4b2018-06-26 11:52:34 +08001description: >
2 Power button control service
3methods:
4 - name: simPress
5 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -05006 Emulate power 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 - name: simLongPress
11 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050012 Emulate power button long press.
Kuiying Wang4132f4b2018-06-26 11:52:34 +080013 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050014 - xyz.openbmc_project.Chassis.Common.Error.UnsupportedCommand
15 - xyz.openbmc_project.Chassis.Common.Error.IOError
Kuiying Wang4132f4b2018-06-26 11:52:34 +080016
Kuiying Wang3a516872018-12-26 16:14:00 +080017properties:
18 - name: Enabled
19 type: boolean
20 default: true
21 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060022 Enable/disable power button. false means power button is disabled true
23 means power button is enabled
Kuiying Wang3a516872018-12-26 16:14:00 +080024 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050025 - xyz.openbmc_project.Chassis.Common.Error.UnsupportedCommand
26 - xyz.openbmc_project.Chassis.Common.Error.IOError
Kuiying Wang3a516872018-12-26 16:14:00 +080027
Kuiying Wang4132f4b2018-06-26 11:52:34 +080028signals:
29 - name: Released
30 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050031 Power button released signal
Delphine CC Chiu20801272023-02-23 11:04:57 +080032 properties:
33 - name: time
34 type: uint64
35 description: >
36 Power button pressing duration in microseconds
Kuiying Wang4132f4b2018-06-26 11:52:34 +080037 - name: Pressed
38 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050039 Power button pressed signal
Kuiying Wang4132f4b2018-06-26 11:52:34 +080040 - name: PressedLong
41 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050042 Power button long pressed signal