różne zebrane fixy, głównie w timerach

This commit is contained in:
2021-10-03 14:38:16 +02:00
parent 81310eefe2
commit ed5f26e096
6 changed files with 35 additions and 8 deletions

View File

@@ -12,7 +12,9 @@ when
Time cron "0 35 6 * * ?"
then
sOWFS01.sendCommand(OFF)
sD1MINI02MOS.sendCommand(OFF)
sOWFS01_expected.postUpdate(OFF)
/* commented out during stay-at-home
sD1MINI02MOS.sendCommand(OFF) */
end
@@ -26,17 +28,24 @@ then
sOWFS01_expected.postUpdate(ON)
/* HOLIDAY */
sD1MINI02MOS.sendCommand(ON)
end
/* niech czeka na "goodnight" */
/*
rule "Zgaś cottonballsy wieczorem"
when
Time cron "0 20 22 * * ?"
then
sOWFS01.sendCommand(OFF)
sOWFS01_expected.postUpdate(OFF)
end
/* balkon */
sSHELLY01.sendCommand(OFF)
end
*/
/*