Method Summary |
|
__init__ (self,
attrs,
tag)
|
BooleanType
|
is_alert (self)
Return True if the light indicates the Alert state
(device is responding, but at least one function does not work at the
moment) False otherwise |
BooleanType
|
is_busy (self)
Return True if the light indicates the Busy state
(device is currently busy doing something, and not ready to do anything
else) , False otherwise |
BooleanType
|
is_idle (self)
Return True if the light indicates the Idle state
(device is currently not connected or unreachable) , False
otherwise |
BooleanType
|
is_ok (self)
Return True if the light indicates the Ok state
(device is ready to do something), False otherwise |
NoneType
|
set_text (self,
text)
Return None |
NoneType
|
update (self,
attrs,
tag)
Update this element with data received form the XML Parser. |
NoneType
|
_set_value (self,
value)
Sets the value variable of this object. |
Inherited from indielement |
StringType
|
get_text (self)
Return a string representation of it value |
StringType
|
get_xml (self,
transfertype)
Returns an XML representation of the object |
NoneType
|
set_float (self,
num)
Return None |
NoneType
|
tell (self)
Prints all parameters of the object |
BooleanType
|
_get_changed (self)
Return True if the objects XML data was changed since the last
_get_changed was called, False
otherwise. |
Inherited from indiobject |
BooleanType
|
is_valid (self)
Checks whether the object is valid. |
NoneType
|
_check_writeable (self)
Raises an exception if the object is not writable |