forked from platypush/platypush
9 lines
224 B
YAML
9 lines
224 B
YAML
manifest:
|
|
events:
|
|
platypush.message.event.mqtt.MQTTMessageEvent: when a newmessage is received on
|
|
one of the custom listeners
|
|
install:
|
|
pip:
|
|
- paho-mqtt
|
|
package: platypush.backend.mqtt
|
|
type: backend
|