prototyp: przełączaj również lampkę stołową

This commit is contained in:
2024-12-30 21:03:45 +01:00
parent da120b4210
commit 69ca9f747c

View File

@@ -5,8 +5,10 @@ when
then
if (sSONOFF09b.state == ON) {
sSONOFF09b.sendCommand(OFF)
sSHELLY02.sendCommand(OFF)
} else {
sSONOFF09b.sendCommand(ON)
sSHELLY02.sendCommand(ON)
}
end