Files
itd/itd.toml

53 lines
778 B
TOML
Raw Normal View History

2022-05-02 20:17:38 -07:00
[bluetooth]
adapter = "hci0"
2021-08-24 08:33:41 -07:00
[socket]
2021-08-24 20:35:25 -07:00
path = "/tmp/itd/socket"
2021-08-24 08:33:41 -07:00
2022-05-10 18:03:37 -07:00
[metrics]
enabled = false
[metrics.heartRate]
enabled = true
[metrics.stepCount]
enabled = true
[metrics.battLevel]
enabled = true
[metrics.motion]
# This may lower the battery life of the PineTime
enabled = false
2021-08-21 01:19:49 -07:00
[conn]
reconnect = true
2021-10-27 07:27:12 -07:00
[conn.whitelist]
enabled = false
devices = []
2021-08-24 08:33:41 -07:00
[on.connect]
notify = true
2021-08-21 01:19:49 -07:00
2021-08-24 08:33:41 -07:00
[on.reconnect]
notify = true
setTime = true
2021-10-04 19:07:54 -07:00
[notifs.translit]
2021-10-04 01:05:01 -07:00
use = ["eASCII", "Russian", "Emoji"]
2021-08-24 08:33:41 -07:00
[notifs.ignore]
2021-08-21 01:19:49 -07:00
sender = []
summary = ["InfiniTime"]
body = []
[music]
2021-08-24 08:33:41 -07:00
vol.interval = 5
2022-02-21 16:18:52 -08:00
[weather]
enabled = true
2022-04-23 20:20:13 -07:00
location = "Los Angeles, CA"
[logging]
level = "info"