[Scheduler] Set default patterns to "strong"

pull/1889/head
Alessandro Cocco 2022-06-03 17:32:09 +02:00
parent 061fec4826
commit a1c214a502
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ exports.getSettings = function () {
defaultRepeat: false,
buzzCount: 10,
buzzIntervalMillis: 3000, // 3 seconds
defaultAlarmPattern: "..",
defaultTimerPattern: ".."
defaultAlarmPattern: "::",
defaultTimerPattern: "::"
},
require("Storage").readJSON("sched.settings.json", true) || {}
);