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.
35 lines • 1.06 kB
JSON
{
"hue-brightness":
{
"config":
{
"name": "Name",
"input-name": "Brightness sensor name",
"skipevents-node": "Skip events from node",
"sendinitevents-node": "Do not suppress initialization event",
"searching": "Searching sensors…",
"none-found": "No brightness sensors found!",
"unknown-error": "Something went wrong. Please retry.",
"sensor": "Sensor",
"all": "All groups / lights",
"universalevents": "Universal Events",
"universalevents-node": "Receives all messages from other nodes of the same type (only in universal mode)"
},
"node":
{
"title": "Hue Brightness",
"not-configured": "not configured",
"deactivated": "deactivated",
"init": "initializing…",
"not-reachable": "not reachable",
"lux": "__lux__ Lux",
"lux-dark": "__lux__ Lux (dark)",
"lux-daylight": "__lux__ Lux (daylight)",
"input": "status query",
"output": "brightness (changed)",
"universal": "universal mode",
"command": "executing command…",
"statusmsg": "Status queried successfully…"
}
}
}