Would like "domoticz.time.matchesRule('at thu')"
Posted: Thursday 16 November 2017 23:07
I was looking for an possibility to make an if statement which only is true on one weekday;
Unfortunatly this isn't working and I don't know if this should/could work.
For now I made an simple workaround;
but it would be great if its possible to do this time independent 
Maybe something for an next release?
Code: Select all
domoticz.time.matchesRule('at thu')For now I made an simple workaround;
Code: Select all
domoticz.time.matchesRule('at 00:00-23:59 on thu')Maybe something for an next release?