salon: wprowadzenie opóźnień przy włączaniu większej liczby świateł

This commit is contained in:
2021-12-14 16:01:26 +01:00
parent 73a79886d6
commit 7121a3bc51

View File

@@ -37,6 +37,7 @@ then
sSONOFF05.sendCommand(ON) sSONOFF05.sendCommand(ON)
/* balkon */ /* balkon */
Thread::sleep(1000)
sSHELLY01.sendCommand(ON) sSHELLY01.sendCommand(ON)
end end
@@ -99,6 +100,8 @@ then
sSONOFF02_expected.postUpdate(ON) sSONOFF02_expected.postUpdate(ON)
/* kanapa */ /* kanapa */
sSONOFF09b.sendCommand(ON)
Thread::sleep(1000)
sSONOFF09a.sendCommand(ON) sSONOFF09a.sendCommand(ON)
end end