From 08f211e58233ff2ad6072f5e0a14434cbca9ebc8 Mon Sep 17 00:00:00 2001 From: Danny Angus Date: Fri, 12 Apr 2019 22:43:06 +0100 Subject: [PATCH] Updated LC Technology WiFi Relay (markdown) --- LC-Technology-WiFi-Relay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LC-Technology-WiFi-Relay.md b/LC-Technology-WiFi-Relay.md index b09f5101..dc14450a 100644 --- a/LC-Technology-WiFi-Relay.md +++ b/LC-Technology-WiFi-Relay.md @@ -8,7 +8,7 @@ In order to use LC Technology WiFi Relay for 1 relay version, please * Enable rules (type ``rule1 1`` in the tasmota console) * Add the following rules typing in the console: ``Rule1 on System#Boot do Baudrate 9600 endon on Power1#State=1 do SerialSend5 A00101A2 endon on Power1#State=0 do SerialSend5 A00100A1 endon`` -*Note: If that doesn't work for you, you may find that using Power1#Boot as the event to trigger the baudrate setting (instead of System#Boot) works, as it did for me. So the alternate rule one command is.. +* Note: If that doesn't work for you, you may find that using Power1#Boot as the event to trigger the baudrate setting (instead of System#Boot) works, as it did for me. So the alternate rule one command is.. ``on Power1#Boot do Baudrate 9600 endon on Power1#State=1 do SerialSend5 A00101A2 endon on Power1#State=0 do SerialSend5 A00100A1 endon``