itd/itd.toml

53 lines
778 B
TOML
Raw Normal View History

2022-05-03 03:17:38 +00:00
[bluetooth]
adapter = "hci0"
2021-08-24 15:33:41 +00:00
[socket]
2021-08-25 03:35:25 +00:00
path = "/tmp/itd/socket"
2021-08-24 15:33:41 +00:00
2022-05-11 01:03:37 +00: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 08:19:49 +00:00
[conn]
reconnect = true
2021-10-27 14:27:12 +00:00
[conn.whitelist]
enabled = false
devices = []
2021-08-24 15:33:41 +00:00
[on.connect]
notify = true
2021-08-21 08:19:49 +00:00
2021-08-24 15:33:41 +00:00
[on.reconnect]
notify = true
setTime = true
2021-10-05 02:07:54 +00:00
[notifs.translit]
2021-10-04 08:05:01 +00:00
use = ["eASCII", "Russian", "Emoji"]
2021-08-24 15:33:41 +00:00
[notifs.ignore]
2021-08-21 08:19:49 +00:00
sender = []
summary = ["InfiniTime"]
body = []
[music]
2021-08-24 15:33:41 +00:00
vol.interval = 5
2022-02-22 00:18:52 +00:00
[weather]
enabled = true
2022-04-24 03:20:13 +00:00
location = "Los Angeles, CA"
[logging]
level = "info"