domoticz.time.hour question
Posted: Sunday 19 July 2020 22:41
A question from a beginner.
This works:
But how can i this working?
Thanks,
Peter
This works:
Code: Select all
if (domoticz.time.hour > 11 and domoticz.time.hour < 12) thenCode: Select all
if (domoticz.time.hour > 11:15 and domoticz.time.hour < 12:20) thenPeter