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 ```