Maia service for Philips Hue lights. Mostly a wrapper around node-hue-api
maia:hue.{
lights
fullState
getState
setState
pulseState
turnOn
turnOff
setRGB
pulseRGB
}
List of all lights.
Full available Hue hub state: all lights, group, config, schedules, scenes, rules, and sensors. See relevant node-hue-api documentation for more details.
Returns a JSON object representing the state of light n.
Set the state of light n as a JSON object. See the output of getState for values you can set.
Apply setState for t milliseconds
Turn on light n.
Turn off light n.
Set RGB value of light n.
Set RGB value of light n for t milliseconds.