platypush/platypush/plugins/light/hue/manifest.json

16 lines
477 B
JSON

{
"manifest": {
"events": {
"platypush.message.event.light.LightAnimationStartedEvent": "when an animation is started.",
"platypush.message.event.light.LightAnimationStoppedEvent": "when an animation is stopped.",
"platypush.message.event.light.LightStatusChangeEvent": "when the status of a lightbulb changes."
},
"install": {
"pip": [
"phue"
]
},
"package": "platypush.plugins.light.hue",
"type": "plugin"
}
}