diff --git a/rules/kuchnia.rules b/rules/kuchnia.rules index 7d4f846..23b762e 100644 --- a/rules/kuchnia.rules +++ b/rules/kuchnia.rules @@ -5,7 +5,6 @@ when then if (sD1MINI02MOS.state == ON) { sD1MINI02MOS.sendCommand(OFF) - /* zrobic PWM DIMM */ } else { sD1MINI02MOS.sendCommand(ON) } diff --git a/rules/salon.lampka-stolowa.rules b/rules/salon.lampka-stolowa.rules index 039fca9..4637d60 100644 --- a/rules/salon.lampka-stolowa.rules +++ b/rules/salon.lampka-stolowa.rules @@ -85,7 +85,7 @@ then dSONOFF02LED.sendCommand(0) end -rule "Zgaś stółlampkę i sufitowe wieczorem" +rule "Zgaś stółlampkę, sufitowe i nablatowe wieczorem" when Time cron "0 15 22 * * ?" then @@ -94,6 +94,8 @@ then dSONOFF02LED.sendCommand(1023) sD1MINI01_lampki_sufitowe.sendCommand(OFF) + + sD1MINI02MOS.sendCommand(OFF) end /*