-
Notifications
You must be signed in to change notification settings - Fork 0
/
homehubs.json
92 lines (90 loc) · 1.35 KB
/
homehubs.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"label": "CMU-SV Building 23",
"total_power": 123,
"location": "CMU-SV",
"callback_url": "www_homehub1_com/callback_url",
"state":
{
"device_1":
{
"power": 1,
"status": "on",
"type": "Consumer",
"name": "Fan23"
},
"device_2":
{
"power": 100,
"status": "on",
"type": "Consumer",
"name": "Light23"
},
"device_3":
{
"power": 22,
"status": "on",
"type": "Generator",
"name": "Generator23"
}
}
}
{
"label": "CMU-SV Building 19",
"total_power": 119,
"location": "CMU-SV",
"callback_url": "www_homehub2_com/callback_url",
"state":
{
"device_119":
{
"power": 100,
"status": "on",
"type": "Consumer",
"name": "Fan19"
},
"device_219":
{
"power": 9,
"status": "on",
"type": "Consumer",
"name": "Light19"
},
"device_319":
{
"power": 10,
"status": "on",
"type": "Generator",
"name": "Generator19"
}
}
}
{
"label": "CIC 1121",
"total_power": 1121,
"location": "Pittsburgh",
"callback_url": "www_homehub3_com/callback_url",
"state":
{
"device_11121":
{
"power": 500,
"status": "on",
"type": "Consumer",
"name": "Fan1121"
},
"device_21121":
{
"power": 600,
"status": "on",
"type": "Consumer",
"name": "Light1121"
},
"device_31121":
{
"power": 21,
"status": "on",
"type": "Generator",
"name": "Generator1121"
}
}
}