From 220b40954e06ccdbc28c2cb9c8b748c2630684b2 Mon Sep 17 00:00:00 2001 From: laddde <43511397+laddde@users.noreply.github.com> Date: Sun, 13 Oct 2019 17:00:13 +0200 Subject: [PATCH] Added list of variables that can be used in --- Rules---IF-ELSE-ELSEIF-and-AND-OR-Support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Rules---IF-ELSE-ELSEIF-and-AND-OR-Support.md b/Rules---IF-ELSE-ELSEIF-and-AND-OR-Support.md index 30cf9628..075826fe 100644 --- a/Rules---IF-ELSE-ELSEIF-and-AND-OR-Support.md +++ b/Rules---IF-ELSE-ELSEIF-and-AND-OR-Support.md @@ -41,6 +41,7 @@ IF statement supports 3 formats: `UPTIME>100 AND MEM1==1 OR MEM2==1` Parenthesis can be used to change the priority of logical expression. For example: `UPTIME>100 AND (MEM1==1 OR MEM2==1)` +- Following variables can be used in ``: `VARx` `MEMx` `TIME` `UPTIME` `UTCTIME` `LOCALTIME` `SUNRISE` `SUNSET` `` - A Sonoff-Tasmota command (e.g.,`LedPower on`)