-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevices.json
58 lines (58 loc) · 1.14 KB
/
devices.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"id": {
"value": "central_light"
},
"name": "All lights",
"type": "LIGHT_SWITCH",
"gaPowerStateWrite": "0/1/0"
},
{
"id": {
"value": "kitchen_light"
},
"name": "Kitchen",
"type": "LIGHT_SWITCH",
"gaPowerStateWrite": "1/1/0",
"gaPowerStateStatus": "1/1/1"
},
{
"id": {
"value": "living_room_dimmer"
},
"name": "Living room",
"type": "DIMMER",
"gaPowerStateWrite": "2/1/10",
"gaPowerStateStatus": "2/1/13",
"gaPercentageWrite": "2/1/12",
"gaPercentageStatus": "2/1/14"
},
{
"id": {
"value": "living_room_blinds"
},
"name": "Living room blinds",
"type": "ROLLER_SHUTTER",
"gaPowerStateWrite": "3/3/0",
"gaPowerStateStatus": "3/3/1",
"gaPercentageWrite": "3/3/4",
"gaPercentageStatus": "3/3/6"
},
{
"id": {
"value": "living_room_heating"
},
"name": "Living room",
"type": "HEATING",
"gaCurrentTemperature": "2/4/2",
"gaTargetTemperature": "2/4/0"
},
{
"id": {
"value": "fire_alarm"
},
"name": "Fire alarm",
"type": "ALARM",
"gaPowerStateStatus": "0/0/3"
}
]