If I want to invoke different things at different times of the day (e.g in the morning, afternoon and evening), is there anything built into Vera?
If not; as such a request could be called at any time, so it needs to know which time of day it is - so to do this do I have to code it all from scratch, starting with something like this…?
local mornstartTime = "00:00"
local mornendTime = "11:59"
local afterstartTime = "12:00"
local afterendTime = "17:59"
local evenstartTime = "18:00"
local evenendTime = "23:59"