Changed the frequnecy const

pull/2099/head
aaronrolls 2022-08-23 10:06:02 +12:00
parent 0931f44a58
commit 7bffac0206
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
var FILE = "chimer.json";
var settings = {};
const chimes = ["Off", "Buzz", "Beep", "Both"];
const frequency = ["60 min", "30 min", "15 min"];
const frequency = ["60", "30", "15"];