blob: a382f1158400f3ab13e582b4f8c46877b5d41af3 [file] [log] [blame]
Norman Jamese2765102015-08-19 22:00:55 -05001<node>
2 <interface name="org.openbmc.PowerControl">
3 <method name="setPowerState">
Norman Jamese2765102015-08-19 22:00:55 -05004 <arg name="state" type="i" direction="in"/>
5 </method>
6 <method name="getPowerState">
Norman Jamese2765102015-08-19 22:00:55 -05007 <arg name="state" type="i" direction="out"/>
8 </method>
9 <signal name="PowerGood">
Norman Jamese2765102015-08-19 22:00:55 -050010 </signal>
11 <signal name="PowerLost"/>
Norman Jamese2765102015-08-19 22:00:55 -050012 </signal>
13 <property name="pgood" type="i" access="read"/>
14 <property name="state" type="i" access="read"/>
15 </interface>
16</node>