HI,
I’m new to webCoRE and still trying to figure things out.
Is there a simpler way to do a basic timer than this one?
execute
if
Time happens daily at xx:xx:xx PM
then
with
Light Switch
do
Turn on;
Wait “x” minutes;
Turn off;
end with;
else
end if;
end execute;
Seems like there must be a way to do this with less code.
Any assistance would be greatly appreciated.
Brian