summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Chassis/README.md
blob: d07a9394325d71e6488a8a8e27f44f77db3ea742 (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
30
31
32
33
34
35
36
37
38
39
# Chassis Power Control

## Overview
Chassis Power Control service exposes D-Bus methods for chassis power operations

### Power Button Interface
Power button interface `xyz.openbmc_project.Chassis.Buttons.Power`
provides following methods, signals.

#### methods
* simPress - To emulate physical power button press.
* simLongPress - To emulate physical power button long press.

#### signals
* Released - Power button released signal.
* Pressed - Power button pressed signal.
* PressedLong - Power button long pressed signal.

### ID Button Interface
ID button interface `xyz.openbmc_project.Chassis.Buttons.ID`
provides following methods, signals.

#### methods
* simPress - To emulate ID button press.

#### signals
* Released - ID button released signal.
* Pressed - ID button pressed signal.

### Reset Button Interface
ID button interface `xyz.openbmc_project.Chassis.Buttons.Reset`
provides following methods, signals.

#### methods
* simPress - To emulate reset button press.

#### signals
* Released - Reset button released signal.
* Pressed - Reset button pressed signal.
OpenPOWER on IntegriCloud