From c3a1a9777f72a3073cc7197cfc257a746b87764f Mon Sep 17 00:00:00 2001 From: sfromis <47082390+sfromis@users.noreply.github.com> Date: Sat, 22 Feb 2025 09:58:46 +0100 Subject: [PATCH] Update DeepSleep.md Typo fix --- docs/DeepSleep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeepSleep.md b/docs/DeepSleep.md index d96f77cb52..e3643c2ceb 100644 --- a/docs/DeepSleep.md +++ b/docs/DeepSleep.md @@ -34,7 +34,7 @@ Now every TIMER that has RULE as an action will wakeup the device at the propose ```console Rule2 - on timers#minute=%sunset% do rule1 5 endon + on time#minute==%sunset% do rule1 5 endon Rule2 ON ```