From af9e1564a1324f27fa3ddd6abe2ab425fd106352 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Wed, 11 Sep 2019 15:56:43 -0400 Subject: [PATCH] Updated Rule Cookbook (markdown) --- Rule-Cookbook.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rule-Cookbook.md b/Rule-Cookbook.md index 4471cc0e..e5278d2b 100644 --- a/Rule-Cookbook.md +++ b/Rule-Cookbook.md @@ -865,6 +865,7 @@ There is also an [option](Control-other-devices) to swap the actions of the **si ``` [Back To Top](#top) + ------------------------------------------------------------------------------ #### Perform any action on single/double press (for switches AND buttons) @@ -891,6 +892,7 @@ Rule1 on Every time you press the switch, your light toggles state (as it should). If you do press the switch twice in a rapid succession (i.e., double-click), you can trigger a different action (e.g., on a remote device). [Back To Top](#top) + ------------------------------------------------------------------------------ #### External switch to enable or disable doorbell relay with HTTP call @@ -1424,3 +1426,5 @@ Backlog Rule1 1; Rule2 1; Rule3 1 ``` [Back To Top](#top) + +------------------------------------------------------------------------------