-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdevices.json
More file actions
144 lines (144 loc) · 4.17 KB
/
devices.json
File metadata and controls
144 lines (144 loc) · 4.17 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"data": [
{
"type": "lock",
"attributes": {
"name": "Garage door",
"power_source": "alkaline_battery",
"connected_at": "2019-04-10T08:02:36Z",
"firmware_version": "5.01.181217.1",
"serial_number": "AC000W001335336",
"programming_code": "2806",
"state": "locked",
"model_number": "BG (LS-3i)"
},
"id": "22387b9e-5594-4f46-a4ea-1520746d1b47"
},
{
"type": "lock",
"attributes": {
"name": "Bathroom",
"power_source": "alkaline_battery",
"connected_at": "2019-04-10T08:02:36Z",
"firmware_version": "5.01.181217.1",
"serial_number": "AC000W001225336",
"programming_code": "2806",
"state": "locked",
"model_number": "BG (LS-3i)"
},
"id": "f5b1a547-c155-4f48-8fdf-615ca076e582"
},
{
"type": "lock",
"attributes": {
"name": "Living Room",
"power_source": "alkaline_battery",
"connected_at": "2019-04-10T08:02:36Z",
"firmware_version": "5.01.181217.1",
"serial_number": "AC000W001695336",
"programming_code": "2806",
"state": "locked",
"model_number": "BG (LS-3i)"
},
"id": "43ef5c00-8930-489a-adf1-269408c2ed74"
},
{
"type": "lock",
"attributes": {
"name": "Room 1",
"power_source": "alkaline_battery",
"connected_at": "2019-04-10T08:02:36Z",
"firmware_version": "5.01.181217.1",
"serial_number": "AC000W001685336",
"programming_code": "2806",
"state": "locked",
"model_number": "KoreLock"
},
"id": "8c028acb-4abe-455b-a6ee-7240fb3a56f8"
},
{
"type": "lock",
"attributes": {
"name": "Home",
"power_source": "alkaline_battery",
"connected_at": "2019-04-10T08:02:36Z",
"firmware_version": "5.01.181217.1",
"serial_number": "AC000W001675336",
"programming_code": "2806",
"state": "locked",
"model_number": "OEMAIN"
},
"id": "e094068e-d32a-4633-9172-5d8310c54e64"
},
{
"type": "lock",
"attributes": {
"name": "Kitchen",
"power_source": "alkaline_battery",
"connected_at": "2019-04-10T08:02:36Z",
"firmware_version": "5.01.181217.1",
"serial_number": "AC000W001665336",
"programming_code": "2806",
"state": "locked",
"model_number": "BG (LS-3i)"
},
"id": "52518e07-449d-44e8-891b-ba0eac63e5d7"
},
{
"type": "lock",
"attributes": {
"name": "Bedroom",
"power_source": "alkaline_battery",
"connected_at": "2019-04-10T08:02:36Z",
"firmware_version": "5.01.181217.1",
"serial_number": "AC000W001655336",
"programming_code": "2806",
"state": "locked",
"model_number": "BG (LS-7i)"
},
"id": "9c8b3832-e48c-4140-a0bf-1571f03dc3a8"
},
{
"type": "lock",
"attributes": {
"name": "Room 2",
"power_source": "alkaline_battery",
"connected_at": "2019-04-10T08:02:36Z",
"firmware_version": "5.01.181217.1",
"serial_number": "AC000W001645336",
"programming_code": "2806",
"state": "locked",
"model_number": "BG (LS-7i)"
},
"id": "c94e1bfd-9d6d-4450-a2e2-b05c610ce9e4"
},
{
"type": "lock",
"attributes": {
"name": "Office",
"power_source": "lithium_battery",
"connected_at": "2019-05-18T17:00:51Z",
"firmware_version": "5.01.181217.1",
"serial_number": "AC000W003247822",
"programming_code": "1993",
"state": "unlocked",
"model_number": "OEMAIN"
},
"id": "e42d3bd6-483a-4962-b8b7-bcec43247140"
},
{
"type": "lock",
"attributes": {
"name": "Wife's Office",
"power_source": "lithium_battery",
"connected_at": "2019-05-18T17:00:51Z",
"firmware_version": "5.01.181217.1",
"serial_number": "AC000W002247822",
"programming_code": "1993",
"state": "unlocked",
"model_number": "RG (LS-3i)"
},
"id": "8c8677a1-9dbd-46e5-8d8c-3615cc4cdb98"
}
]
}