node-red-contrib-amazon-echo
Version:
Alexa-controlled Node-RED nodes for the latest Amazon Echo devices.
51 lines • 1.22 kB
JSON
{
"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"
}
}
}