node-red-contrib-amazon-echo
Version:
Alexa-controlled Node-RED nodes for the latest Amazon Echo devices.
70 lines (69 loc) • 1.8 kB
JSON
{
{{
"{{ id }}": {
"state": {
"on": {{ on }},
"bri": {{ bri }},
"hue": {{ hue }},
"sat": {{ sat }},
"effect": "none",
"xy": [
0.0,
0.0
],
"ct": {{ ct }},
"alert": "none",
"colormode": "{{ colormode }}",
"mode": "homeautomation",
"reachable": true
},
"swupdate": {
"state": "noupdates",
"lastinstall": "{{ date }}"
},
"type": "Extended color light",
"name": "{{ name }}",
"modelid": "LCT007",
"manufacturername": "Philips",
"productname": "Hue color lamp",
"capabilities": {
"certified": true,
"control": {
"mindimlevel": 5000,
"maxlumen": 600,
"colorgamuttype": "A",
"colorgamut": [
[
0.675,
0.322
],
[
0.409,
0.518
],
[
0.167,
0.04
]
],
"ct": {
"min": 153,
"max": 500
}
},
"streaming": {
"renderer": true,
"proxy": false
}
},
"config": {
"archetype": "sultanbulb",
"function": "mixed",
"direction": "omnidirectional"
},
"uniqueid": "{{ uniqueid }}",
"swversion": "5.105.0.21169"
},
{{/lights}}
"last": {}
}