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.
32 lines • 842 B
JSON
{
"hue-scene":
{
"config":
{
"name": "Name",
"input-name": "Scene name",
"skipevents-node": "Skip events from node",
"sendinitevents-node": "Do not suppress initialization event",
"searching": "Searching scenes…",
"none-found": "No scenes found!",
"unknown-error": "Something went wrong. Please retry.",
"scene": "Scene",
"group": "Group",
"group-none-found": "No groups found!",
"group-searching": "Searching groups…",
"groups-all": "All groups / lights"
},
"node":
{
"title": "Hue Scene",
"not-configured": "not configured",
"recalled": "scene recalled",
"recalled-on-group": "scene recalled on group",
"no-id": "No scene Id.",
"input": "activate scene",
"output": "Target group(s)",
"command": "executing command…",
"statusmsg": "Recalling scene…"
}
}
}