forked from strunker/GoveeSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevices_template.json
34 lines (34 loc) · 1.06 KB
/
devices_template.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
[
{
"ip": "192.168.0.xxx",
"name": "Govee Light 1",
"screen_map": [
[9, 9, 9, -1, -1, -1, -1, -1, -1, -1],
[8, 8, 8, -1, -1, -1, -1, -1, -1, -1],
[7, 7, 7, -1, -1, -1, -1, -1, -1, -1],
[6, 6, 6, -1, -1, -1, -1, -1, -1, -1],
[5, 5, 5, -1, -1, -1, -1, -1, -1, -1],
[4, 4, 4, -1, -1, -1, -1, -1, -1, -1],
[3, 3, 3, -1, -1, -1, -1, -1, -1, -1],
[2, 2, 2, -1, -1, -1, -1, -1, -1, -1],
[1, 1, 1, -1, -1, -1, -1, -1, -1, -1],
[0, 0, 0, -1, -1, -1, -1, -1, -1, -1]
]
},
{
"ip": "192.168.0.yyy",
"name": "Govee Light 2",
"screen_map": [
[-1, -1, -1, -1, -1, -1, -1, 9, 9, 9],
[-1, -1, -1, -1, -1, -1, -1, 8, 8, 8],
[-1, -1, -1, -1, -1, -1, -1, 7, 7, 7],
[-1, -1, -1, -1, -1, -1, -1, 6, 6, 6],
[-1, -1, -1, -1, -1, -1, -1, 5, 5, 5],
[-1, -1, -1, -1, -1, -1, -1, 4, 4, 4],
[-1, -1, -1, -1, -1, -1, -1, 3, 3, 3],
[-1, -1, -1, -1, -1, -1, -1, 2, 2, 2],
[-1, -1, -1, -1, -1, -1, -1, 1, 1, 1],
[-1, -1, -1, -1, -1, -1, -1, 0, 0, 0]
]
}
]