-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.toml
31 lines (22 loc) · 960 Bytes
/
settings.toml
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
# settings.toml
# Your wifi name (SSID) and password are required for NTFY notifications
WIFI_SSID = "YOUR_WIFI_NAME"
WIFI_PASSWORD = "YOUR_WIFI_PASSWORD"
# Set the time you want the Piezo to start beeping
# Minutes, Hours and Days are all added together
# Time until the beeper starts
# Default is 3 Hours
# Beeper time - Seconds, Minutes, Hours, Days
beeper_time = "0, 0, 3, 0"
# Push notification on your phone via ntfy app
# https://ntfy.sh/
# Timer starts AFTER the beeper
# Default is 1 Hour, 30 Minutes
# ntfy time - Seconds, Minutes, Hours, Days
ntfy_time = "0, 30, 1, 0"
ntfy_key = "YOUR_RANDOM_STRING" # Random string. Generate one at https://www.random.org/strings/
ntfy_url = "https://ntfy.sh/" # Do not change unless you know what you're doing
ntfy_title = "Your 18 bottle is on!"
ntfy_message = "18 is ON!"
ntfy_prio = "5" # https://docs.ntfy.sh/publish/#message-priority
ntfy_tag = "warning" # https://docs.ntfy.sh/publish/#tags-emojis