feat(przedpokój): gasząc wieczorem światła w salonie, rozświetlmy przedpokój

This commit is contained in:
2022-09-15 08:57:35 +02:00
parent 9390d7803e
commit 90146a2985

View File

@@ -129,6 +129,11 @@ rule "Zgaś stółlampkę, sufitowe i nablatowe wieczorem"
when
Time cron "0 15 22 * * ?"
then
if (sHolidayVacancy.state != ON) {
/* zapalmy w przedpokoju - droga do łóżka */
sSONOFF06.sendCommand(ON)
}
/* lampka nad stołem */
sSONOFF02.sendCommand(OFF)
sSONOFF02_expected.postUpdate(OFF)