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