node-red-contrib-lifx-api
Version:
A collection of Node-RED nodes to control LIFX globes using the HTTP Remote Control API.
46 lines (45 loc) • 1.71 kB
JSON
{
"lifx-api": {
"label": {
"api": "API Token",
"token": "Token",
"name": "Name",
"selector": "Selector",
"color": "Color",
"from_color": "From Color",
"period": "Period",
"cycles": "Cycles",
"persist": "Persist",
"power": "Power",
"power_on": "Power On",
"peak": "Peak",
"brightness": "Brightness",
"duration": "Duration",
"infrared": "Infrared",
"fast": "Fast"
},
"placeholder": {
"name": "Name",
"selector": "Selector string",
"color": "The color to use",
"from_color": "The color to start the effect from",
"validate_color": "The color string to validate",
"period": "The time in seconds for one cyles of the effect",
"cycles": "The number of times to repeat the effect",
"persist":
"If false set the light back to its previous value when effect ends",
"power": "The power state you want to set on the selector. on or off",
"power_on": "If true, turn the bulb on if it is not already on",
"peak":
"Defines where in a period the target color is at its maximum. Minimum 0.0, maximum 1.0.",
"brightness":
"The brightness level from 0.0 to 1.0. Overrides any brightness set in color (if any).",
"duration": "How long in seconds you want the power action to take.",
"scene_duration":
"The time in seconds to spend performing the scene transition.",
"infrared": "The maximum brightness of the infrared channel.",
"fast": "Execute the query fast, without initial state checks and wait for no results."
},
"error": {}
}
}