From f37f07f1b5b74a87a99e2a677b6f42b8e48b3aa5 Mon Sep 17 00:00:00 2001
From: Greefon <karageur@gmail.com>
Date: Thu, 26 Sep 2019 17:59:47 +0300
Subject: [PATCH] Updated Tuya generic wifi curtain motor WIP (markdown)

---
 Tuya-generic-wifi-curtain-motor-WIP.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Tuya-generic-wifi-curtain-motor-WIP.md b/Tuya-generic-wifi-curtain-motor-WIP.md
index 8a29bed8..0a51c914 100644
--- a/Tuya-generic-wifi-curtain-motor-WIP.md
+++ b/Tuya-generic-wifi-curtain-motor-WIP.md
@@ -39,8 +39,9 @@ It might be that it needs commands start opening after setting the percentage.
 SerialSend5 55aa0006000501010001010e -> Should enable auto close mode
 SerialSend5 55aa0006000501010001000d -> should disable auto close mode.
 
-If you send the direction changing too fast (from open to close and vice versa) the motor can be blocked by security reasons.
-Consider to send delay (1 sec) before changing direction. 
+If you send the direction changing too fast (from open to close and vice versa) 
+the motor can be blocked by security reasons.
+Consider sending delay (1 sec) before changing direction. 
 For example the commands in console works OK and don't make the motor block:
 backlog delay 10;SerialSend5 55aa00060005650400010276 open
 backlog delay 10;SerialSend5 55aa00060005650400010074 close