node-red-contrib-huemagic
Version:
Philips Hue node to control bridges, lights, groups, scenes, rules, taps, switches, buttons, motion sensors, temperature sensors and Lux sensors using Node-RED.
40 lines • 523 B
JSON
{
"info":{
"name":"Beach",
"author":"HueMagic"
},
"steps":[
{
"delay":5000,
"animation":{
"hex":"#ffaaa5",
"brightness":100,
"transitionTime":2
}
},
{
"delay":4000,
"animation":{
"hex":"#ffd3b6",
"brightness":95,
"transitionTime":3
}
},
{
"delay":3000,
"animation":{
"hex":"#46cdcf",
"brightness":90,
"transitionTime":4
}
},
{
"delay":2000,
"animation":{
"hex":"#3d84a8",
"brightness":80,
"transitionTime":5
}
}
]
}