The actual trigger is that:
Code: Select all
on = {
timer = {
'at 22:30',
'at 7:45 on mon,tue,wed,thu,fri,sat',
'at 8:45 on sun'
},
its possible to use in conjunction in this way?
Code: Select all
on = {
timer = {
'at 22:30',
'at 7:45 on (day == working_day),
'at 8:45 on (day == holiday)'
},