blob: c7e49809f67c77e768de43a387e5e829b5544c5d [file] [log] [blame]
Norman Jamese2765102015-08-19 22:00:55 -05001<node>
2 <!--
3 @short_description: Chassis Control
4
5 - Power on
6 - Power off
7 - Put in debug mode (Cronus mode for POWER systems)
8 - If power is shutdown for hardware reasons,
9 app will fire state change signal
10 -->
11 <interface name="org.openbmc.ChassisControl">
12 <method name="getID">
13 <arg name="id" type="s" direction="out"/>
14 </method>
15 <method name="setIdentify"/>
16 <method name="clearIdentify"/>
17
18 <method name="setPowerState">
19 <arg name="state" type="i" direction="in"/>
20 </method>
21 <method name="getPowerState">
22 <arg name="state" type="i" direction="out"/>
23 </method>
24 <method name="setDebugMode">
25 </method>
26 <method name="setPowerPolicy">
27 <arg name="policy" type="i" direction="in"/>
28 </method>
29 </interface>
30</node>