light.hue
Platypush documentation
light.hue
- class platypush.backend.light.hue.LightHueBackend(poll_seconds=10, *args, **kwargs)[source]
Bases:
Backend
This backend will periodically check for the status of your configured Philips Hue light devices and trigger events when the status of a device (power, saturation, brightness or hue) changes.
Triggers:
platypush.message.event.light.LightStatusChangeEvent
when thestatus of a lightbulb changes
Requires:
- The
platypush.plugins.light.hue.LightHuePlugin
plugin to be active and configured.
- The