From 7eb3042d487af29dd80e3e399a7ab222a6a076ac Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Wed, 29 May 2019 20:06:01 -0300 Subject: [PATCH] Updated Rule Cookbook (markdown) --- Rule-Cookbook.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Rule-Cookbook.md b/Rule-Cookbook.md index 45eeed30..fcad82bc 100644 --- a/Rule-Cookbook.md +++ b/Rule-Cookbook.md @@ -593,8 +593,8 @@ So, And that you want: -**single press**: Turn relay 1 -**double press**: send a mqtt message +**single press**: Turn relay 1
+**double press**: send a mqtt message
**hold 2 secs**: send another mqtt message ``` @@ -612,9 +612,9 @@ Rule 1 And that you want: -**single press**: send a mqtt message -**double press**: Turn relay 1 -**hold 2 secs**: send another mqtt message +**single press**: send a mqtt message
+**double press**: Turn relay 1
+**hold 2 secs**: send another mqtt message
``` ButtonTopic 0 @@ -637,7 +637,7 @@ please note that `SetOption11 0`. And that you want: -**single press**: Do nothing +**single press**: Do nothing
**hold 2 secs**: Toggle relay 1 ```