drobne poprawki schedule
This commit is contained in:
@@ -42,8 +42,8 @@ end
|
|||||||
|
|
||||||
rule "Przedpokój: zapal rano"
|
rule "Przedpokój: zapal rano"
|
||||||
when
|
when
|
||||||
Time cron "0 44 5 ? * MON-FRI *" /* była piąta */
|
/* Time cron "0 30 7 ? * MON-FRI *" */
|
||||||
/* Time cron "0 33 6 ? * MON-FRI *" */
|
Time cron "0 45 5 ? * MON-FRI *"
|
||||||
then
|
then
|
||||||
if (sHolidayVacancy.state != ON) {
|
if (sHolidayVacancy.state != ON) {
|
||||||
sSONOFF06.sendCommand(ON)
|
sSONOFF06.sendCommand(ON)
|
||||||
@@ -52,8 +52,7 @@ end
|
|||||||
|
|
||||||
rule "Przedpokój: zgaś rano"
|
rule "Przedpokój: zgaś rano"
|
||||||
when
|
when
|
||||||
/*Time cron "0 50 6 ? * MON-FRI *"*/
|
Time cron "0 10 7 ? * MON-FRI *"
|
||||||
Time cron "0 50 7 ? * MON-FRI *"
|
|
||||||
then
|
then
|
||||||
sSONOFF06.sendCommand(OFF)
|
sSONOFF06.sendCommand(OFF)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ rule "Synchronizuj prawe kanapowe z lewymi"
|
|||||||
when
|
when
|
||||||
Item sSONOFF09a changed
|
Item sSONOFF09a changed
|
||||||
then
|
then
|
||||||
|
Thread::sleep(800)
|
||||||
sSONOFF09b.sendCommand(sSONOFF09a.state.toString)
|
sSONOFF09b.sendCommand(sSONOFF09a.state.toString)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user