|
__init__(self,
id,
serv_type,
url_base,
scpd_url,
control_url='',
event_url='',
presentation_url='',
build_async=False,
async_cb=None,
build=False)
Constructor for the BaseService class. |
source code
|
|
|
_build_sync(self)
Builds the Service synchronously. |
source code
|
|
|
|
|
|
|
_fetch_scpd_async_error(self,
cb=None,
error=None)
Called when the SCPD XML wasn't successfully fetched. |
source code
|
|
|
|
|
|
StateVariable
|
|
|
|
|
|
|
|
|
|
Inherited from base_service.BaseService :
add_state_variable ,
get_actions ,
get_variables
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|