-
Notifications
You must be signed in to change notification settings - Fork 1
/
weasleyclockd.json
52 lines (47 loc) · 908 Bytes
/
weasleyclockd.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
{
"mqtt_host": "ha.dole.nu",
"mqtt_port": 8883,
"mqtt_topic": "weasleyclock/#",
"mqtt_user": "weasleyclock",
"mqtt_password": "uFDm4XJuYzBDtnDQLi",
"hand": {
"susan": "0",
"alex": "1",
"evelyn": "2",
"ev": "2",
"bryn": "3"
},
"channel": {
"0": 0,
"1": 2,
"2": 4,
"3": 6
},
"latitude": "47.838078",
"longitude": "-122.092798",
"pulsewidth_min": 685,
"pulsewidth_max": 2070,
"actuation_range": 2160,
"channel_config": {
"0": {
"pulsewidth_min": 660,
"pulsewidth_max": 2070,
"actuation_range": 2160
},
"2": {
"pulsewidth_min": 685,
"pulsewidth_max": 2050,
"actuation_range": 2160
},
"4": {
"pulsewidth_min": 685,
"pulsewidth_max": 2080,
"actuation_range": 2160
},
"6": {
"pulsewidth_min": 685,
"pulsewidth_max": 2050,
"actuation_range": 2160
}
}
}