forked from YIO-Remote/remote-software
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
48 lines (48 loc) · 1.24 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
45
46
47
48
{
"entities": {},
"integrations": {},
"settings": {
"autobrightness": true,
"bluetootharea": false,
"clock12h": false,
"language": "en_US",
"logging": {
"console": true,
"level": "DEBUG",
"path": "/var/log/",
"purgeHours": 72,
"queueSize": 100,
"showSource": true
},
"paired_dock": "",
"proximity": 40,
"shutdowntime": 7200,
"softwareupdate": {
"autoUpdate": false,
"updateUrl": "https://update.yio.app/v1/",
"updateUrlAppPath": "app/updates",
"channel": "release",
"checkInterval": 3600,
"downloadDir": "/tmp/yio",
"appUpdateScript": "/opt/yio/scripts/app-update.sh",
"systemUpdateScript": "/opt/yio/scripts/TODO.sh"
},
"unit": "METRIC",
"wifitime": 1740
},
"ui_config": {
"darkmode": true,
"groups": {},
"pages": {},
"profiles": {
"0": {
"favorites": [
],
"name": "Default",
"pages": [
]
}
},
"selected_profile": "0"
}
}