forked from virtualzone/landroid-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
44 lines (44 loc) · 1.1 KB
/
config.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
{
"http": {
"port": 3000
},
"landroid-s": {
"enable": true,
"email": "really@change.me",
"pwd": "PASSWORD",
"dev_sel": 0
},
"mqtt": {
"enable": true,
"url": "mqtt://username:password@localhost",
"topic": "landroid",
"clientId": "optional",
"caFile": "./optional_path_to_ca_file.crt",
"keyFile": "./optional_path_to_key_file.key",
"certFile": "./optional_path_to_cert_file.crt",
"allowSelfSigned": true
},
"logLevel": "info",
"scheduler": {
"enable": false,
"cron": false,
"weather": {
"provider": "wunderground",
"apiKey": "YOUR_API_KEY",
"latitude": 50.0982164,
"longitude": 8.221404
},
"db": "./scheduler.db",
"earliestStart": 11,
"latestStop": 21,
"startEarly": false,
"offDays": 2,
"squareMeters": 300,
"perHour": 50,
"mowTime": 75,
"chargeTime": 75,
"daysForTotalCut": 2,
"rainDelay": 120,
"threshold": 30
}
}