From 2fe521aacdebc7ac972f26afde97a59451204db0 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Wed, 15 May 2019 18:28:21 +0200 Subject: [PATCH] Updated Rule Cookbook (markdown) --- Rule-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rule-Cookbook.md b/Rule-Cookbook.md index 466af86e..12c3a09b 100644 --- a/Rule-Cookbook.md +++ b/Rule-Cookbook.md @@ -1023,7 +1023,7 @@ Write the following rules: `rule1 on SSerialReceived#Data=on do power1 1 endon on SSerialReceived#Data=off do power1 0 endon` -receiving on and off results in +receiving `on` and `off` results in ``` MQT: tele/sonoff-1585B3/RESULT = {"SSerialReceived":"on"}