Added delay after sending triState
This commit is contained in:
parent
4aacefdb97
commit
b6ae6d93f5
@ -47,6 +47,7 @@ void loop() {
|
|||||||
Serial.println("Code: " + code_str);
|
Serial.println("Code: " + code_str);
|
||||||
|
|
||||||
mySwitch.sendTriState((char*)code_str.c_str());
|
mySwitch.sendTriState((char*)code_str.c_str());
|
||||||
|
delay(1000);
|
||||||
|
|
||||||
client.flush();
|
client.flush();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user