connectors/PYRO/__init__.py
changeset 733 915be999f3f0
parent 717 1c23952dbde1
child 763 c1104099c151
equal deleted inserted replaced
732:c4b0f117e106 733:915be999f3f0
    28 # this module attribute contains a list of DNS-SD (Zeroconf) service types
    28 # this module attribute contains a list of DNS-SD (Zeroconf) service types
    29 # supported by this connector confnode.
    29 # supported by this connector confnode.
    30 #
    30 #
    31 # for connectors that do not support DNS-SD, this attribute can be omitted
    31 # for connectors that do not support DNS-SD, this attribute can be omitted
    32 # or set to an empty list.
    32 # or set to an empty list.
    33 supported_dnssd_services = ["_PYRO._tcp.local."]
       
    34 
    33 
    35 def PYRO_connector_factory(uri, confnodesroot):
    34 def PYRO_connector_factory(uri, confnodesroot):
    36     """
    35     """
    37     This returns the connector to Pyro style PLCobject
    36     This returns the connector to Pyro style PLCobject
    38     """
    37     """