|
|
Fake(self)
Demohook - method to be called to test this device or to trigger a demo |
|
|
|
|
GetDevice(self,
purpose)
If a powerd object is switched on devices may apear, retrieve a device by key |
|
|
|
|
GetDevices(self)
If a powerd object is switched on devices may apear, retrieve all devices |
|
|
|
|
GetPower(self,
purpose)
Retrieve the current power status |
|
|
|
|
GetStatus(self,
ok_cb,
error_cb)
Get the status of the object, content of the map is object dependent |
|
|
|
|
Power(self,
*args,
**keywords)
Signal that is fired if the power state changes |
|
|
|
|
SetPower(self,
purpose,
on,
ok_cb,
error_cb)
Set the current power status to switch the object on or of |
|
|
|
|
Status(self,
*args,
**keywords)
Signal this is fired if the status of the object changes, content of
the map is object dependent |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|