Updated Rule Cookbook (markdown)

Michael Ingraham 2019-09-11 15:56:43 -04:00
parent f7db3ffb62
commit af9e1564a1
1 changed files with 4 additions and 0 deletions

@ -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)
------------------------------------------------------------------------------