From fd1cab5b96884de25435e7c633ffd257b4a3d2bf Mon Sep 17 00:00:00 2001 From: Erik Andresen Date: Sat, 11 Jun 2022 09:05:31 +0200 Subject: [PATCH] sleepphasealarm. updated documentation --- apps/sleepphasealarm/ChangeLog | 2 ++ apps/sleepphasealarm/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/sleepphasealarm/ChangeLog b/apps/sleepphasealarm/ChangeLog index 4ca4fb723..6bf296342 100644 --- a/apps/sleepphasealarm/ChangeLog +++ b/apps/sleepphasealarm/ChangeLog @@ -9,3 +9,5 @@ 0.08: Update to new time_utils module 0.09: Vibrate with configured pattern Add setting to defer start of algorithm + Add setting to disable scheduler alarm + diff --git a/apps/sleepphasealarm/README.md b/apps/sleepphasealarm/README.md index 218ce5363..ecb3feb06 100644 --- a/apps/sleepphasealarm/README.md +++ b/apps/sleepphasealarm/README.md @@ -12,7 +12,7 @@ The display shows: ## Settings * **Keep alarm enabled** - - Yes: (default) Alert will stay enabled, e.g. for an alarm at 7:00 the clock will buzz at 6:45 (the calculated time from the ESS algorithm) and again at 7:00. + - Yes: (default) Alert will stay enabled, e.g. for an alarm at 7:00 the clock will buzz at the calculated time from the ESS algorithm (for example 6:45) and again at 7:00. - No: No action at configured alarm time from scheduler. * **Run before alarm** - disabled: (default) The ESS algorithm starts immediately when the application starts.