-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
54 lines (54 loc) · 904 Bytes
/
data.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
{
"zones": [
{
"id": 1,
"name": "Zone A",
"type": "irrigate",
"relay": 2,
"relayIn": 2,
"rotor": 2,
"gpioOut": 17,
"boardOut": 11
},
{
"id": 2,
"name": "Zone B",
"type": "irrigate",
"relay": 1,
"relayIn": 1,
"rotor": 1,
"gpioOut": 18,
"boardOut": 12
},
{
"id": 3,
"name": "Zone C",
"type": "irrigate",
"relay": 1,
"relayIn": 4,
"rotor": 4,
"gpioOut": 22,
"boardOut": 15
},
{
"id": 4,
"name": "Zone D",
"type": "irrigate",
"relay": 1,
"relayIn": 3,
"rotor": 3,
"gpioOut": 23,
"boardOut": 16
},
{
"id": 5,
"name": "Zone E",
"type": "drop_by_drop",
"relay": 2,
"relayIn": 1,
"rotor": 5,
"gpioOut": 27,
"boardOut": 13
}
]
}