platypush/platypush/plugins/zeroconf/manifest.yaml

13 lines
398 B
YAML

manifest:
events:
platypush.message.event.zeroconf.ZeroconfServiceAddedEvent: when a new service
is discovered.
platypush.message.event.zeroconf.ZeroconfServiceRemovedEvent: when a service is
removed.
platypush.message.event.zeroconf.ZeroconfServiceUpdatedEvent: when a service is
updated.
install:
pip: []
package: platypush.plugins.zeroconf
type: plugin