double day + time trigger not working
Posted: Sunday 09 February 2020 21:55
Hi, i've a very basic script which at 8.00 change the content of a string value according of the garbage calendar, and the second at 21.00 send a notification to my phone as reminder.
The first (at 8:00 on.... ) is triggered, the second totally ignored. Thre content of the script works fine, if i invert the two 'at....' all is working. Seems that only the first row is readed!
The first (at 8:00 on.... ) is triggered, the second totally ignored. Thre content of the script works fine, if i invert the two 'at....' all is working. Seems that only the first row is readed!
Code: Select all
on = {
timer = {
'at 8:00 on mon,tue,wed,thu,fri,sat,sun',
'at 21:00 on mon,tue,wed,thu,fri,sun'
},
},
execute = function(dz, item)