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.
38 lines • 1.2 kB
JSON
{
"hue-light":
{
"config":
{
"name": "Name",
"input-name": "Light name",
"skipevents-node": "Skip events from node",
"sendinitevents-node": "Do not suppress initialization event",
"searching": "Searching lights…",
"none-found": "No lights found!",
"unknown-error": "Something went wrong. Please retry.",
"light": "Light",
"colornamer": "Colornamer",
"colornamer-info": "Activate color naming",
"universalevents": "Universal Events",
"universalevents-node": "Receives all messages from other nodes of the same type (only in universal mode)"
},
"node":
{
"title": "Hue Light",
"not-configured": "not configured",
"init": "initializing…",
"not-reachable": "not reachable",
"universal": "universal mode",
"turned-on": "turned on",
"turned-on-percent": "turned on (__percent__%)",
"turned-off": "turned off",
"error-no-id": "No light Id defined. Please check the docs.",
"error-input": "input error",
"error-invalid-temp": "Invalid color temprature. Only 153 - 500 allowed.",
"input": "turn on / off",
"output": "status",
"command": "executing command…",
"statusmsg": "Status queried successfully…"
}
}
}