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