forked from platypush/platypush
13 lines
410 B
YAML
13 lines
410 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:
|
|
- zeroconf
|
|
package: platypush.plugins.zeroconf
|
|
type: plugin
|