node-hue-api
Version:
Philips Hue API Library for Node.js
38 lines • 530 B
JavaScript
module.exports = {
"id": 1,
"name": "VRC 1",
"lights": [
"2",
"3",
"4",
"5",
"6",
"7",
"8"
],
"sensors": [],
"type": "LightGroup",
"state": {
"all_on": false,
"any_on": true
},
"recycle": false,
"action": {
"on": false,
"bri": 61,
"hue": 14988,
"sat": 141,
"effect": "none",
"xy": [
0.4575,
0.4101
],
"ct": 366,
"alert": "select",
"colormode": "ct"
},
"node_hue_api": {
"type": "lightgroup",
"version": 1
}
}