node-red-contrib-amazon-echo
Version:
Alexa-controlled Node-RED nodes for the latest Amazon Echo devices.
72 lines (71 loc) • 1.68 kB
JSON
{
"lights": {{> lightsTemplate }},
"groups":{
},
"config":{
"name": "Philips hue",
"zigbeechannel": 25,
"bridgeid": "AABBCCDDFF001122",
"mac": "00:00:00:aa:bb:cc",
"dhcp": true,
"ipaddress":"{{ address }}",
"netmask":"0.0.0.0",
"gateway":"0.0.0.0",
"proxyaddress": "none",
"proxyport": 0,
"UTC": "{{ date }}",
"modelid": "BSB001",
"datastoreversion": "59",
"swversion": "01043155",
"apiversion": "1.16.0",
"swupdate": {
"updatestate": 0,
"checkforupdate": false,
"devicetypes": {
"bridge": false,
"lights": [],
"sensors": []
},
"url": "",
"text": "",
"notify": true
},
"linkbutton": false,
"portalservices": false,
"portalconnection": "disconnected",
"portalstate": {
"signedon": false,
"incoming": false,
"outgoing": false,
"communication": "disconnected"
},
"factorynew": false,
"replacesbridgeid": null,
"backup": {
"status": "idle",
"errorcode": 0
},
"whitelist": {
"{{ username }}": {
"last use date": "{{ date }}",
"create date": "{{ date }}",
"name": "Echo"
}
}
},
"swupdate2":{
"checkforupdate":false,
"lastchange":"{{ date }}",
"bridge":{
"state":"noupdates",
"lastinstall":"{{ date }}"
},
"state":"noupdates",
"autoinstall":{
"updatetime":"T14:00:00",
"on":false
}
},
"schedules":{
}
}