jvconnected.discovery¶
-
class
jvconnected.discovery.Discovery(*args, **kwargs)[source]¶ Bases:
pydispatch.dispatch.DispatcherListen for cameras using zeroconf
- Properties
-
procam_infos: dict → DictProperty(dict)¶ Container for discovered devices as instances of
zeroconf.ServiceInfo. The service names (fqdn) are used as keys
-
- Events
-
on_service_added(name, info=info)¶ Fired when a new device is discovered
-
on_service_updated(name, info=info, old=old_info)¶ Fired when an service is updated. The pre-existing
ServiceInfois passed for comparison
-
on_service_removed(name, info=info)¶ Fired when an existing service is no longer available
-