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