Hi,
Is it possible to have a job performed at given intervals? This is to adjust lights according to the outside ambient light and also to set a variable I can use for other tasks.
You can set a schedule to trigger a scene at periodic intervals. This works on UI5 but has been reported as not working reliably on UI7.
You can do it with PLEG by using an interval Schedule. For example:
Schedules
Every30M StartType: Interval, 00:30:00, StopType: Interval, 00:00:10
Conditions
CheckStuff Every30M and …