From 707f1b9e187febe18f201b489bec994e5b4aadda Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Mon, 9 Sep 2019 10:54:03 -0400 Subject: [PATCH] Updated Rules: IF ELSE ELSEIF and AND OR Support (markdown) --- Rules:-IF-ELSE-ELSEIF-and-AND-OR-Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules:-IF-ELSE-ELSEIF-and-AND-OR-Support.md b/Rules:-IF-ELSE-ELSEIF-and-AND-OR-Support.md index e19e7af1..1e76be16 100644 --- a/Rules:-IF-ELSE-ELSEIF-and-AND-OR-Support.md +++ b/Rules:-IF-ELSE-ELSEIF-and-AND-OR-Support.md @@ -47,7 +47,7 @@ Parenthesis can be used to change the priority of logical expression. For exampl - Another IF statement (`IF ... ENDIF`) - Multiple Sonoff-Tasmota commands or IF statements separated by `;`. For example: `Power1 off; LedPower on; IF (Mem1 == 0) Var1 Var1+1; Mem1 1 ENDIF; Delay 10; Power1 on` - `Backlog` is implied and is not required (saves reule set buffer space). + `Backlog` is implied and is not required (saves rule set buffer space). ## Example Rule used to control pressure cooker with a Sonoff S31. Once it is finished cooking, shut off the power immediately.