Code: Select all
on = {
timer = {
'10 minutes before sunset',
'at nighttime at 6:00 at mon,tue,wed,thu,fri',
}
},
Is there something I'm doing wrong or is this a bug?
Moderator: leecollings
Code: Select all
on = {
timer = {
'10 minutes before sunset',
'at nighttime at 6:00 at mon,tue,wed,thu,fri',
}
},
Thanks, changed it and hopefully it was that easywaaren wrote: Thursday 11 January 2018 9:32 Hi Mozart,
change 'at nighttime at 6:00 at mon,tue,wed,thu,fri', to 'at nighttime at 6:00 on mon,tue,wed,thu,fri'
It is my intentiondannybloe wrote: Thursday 11 January 2018 13:50 So, why use both 'at nighttime' and 'at 6:00'? This will only be true if sunrise is on or after 6:00 as nighttime is defined as the period between sunset and sunrise. Unless that's your intention of course![]()
Users browsing this forum: No registered users and 1 guest