różne zebrane fixy, głównie w timerach
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user