diff -r 31d08063b5d6 -r 77e23bf04c33 connectors/PYRO/__init__.py --- a/connectors/PYRO/__init__.py Mon Sep 21 12:12:08 2009 +0200 +++ b/connectors/PYRO/__init__.py Thu Sep 24 18:22:31 2009 +0200 @@ -24,6 +24,13 @@ from time import sleep import copy +# this module attribute contains a list of DNS-SD (Zeroconf) service types +# supported by this connector plugin. +# +# for connectors that do not support DNS-SD, this attribute can be omitted +# or set to an empty list. +supported_dnssd_services = ["_PYRO._tcp.local."] + def PYRO_connector_factory(uri, pluginsroot): """ This returns the connector to Pyro style PLCobject