From 69ca9f747c78860204d46f964c7ae5103502e577 Mon Sep 17 00:00:00 2001 From: Tomasz Torcz Date: Mon, 30 Dec 2024 21:03:45 +0100 Subject: [PATCH] =?UTF-8?q?prototyp:=20prze=C5=82=C4=85czaj=20r=C3=B3wnie?= =?UTF-8?q?=C5=BC=20lampk=C4=99=20sto=C5=82ow=C4=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rules/d1mini03.prototyp.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/d1mini03.prototyp.rules b/rules/d1mini03.prototyp.rules index daca757..7e153f5 100644 --- a/rules/d1mini03.prototyp.rules +++ b/rules/d1mini03.prototyp.rules @@ -5,8 +5,10 @@ when then if (sSONOFF09b.state == ON) { sSONOFF09b.sendCommand(OFF) + sSHELLY02.sendCommand(OFF) } else { sSONOFF09b.sendCommand(ON) + sSHELLY02.sendCommand(ON) } end