This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Scheduler
#7
There's no such functionality built into schedulers. You will need an extra event script that is executed by a scheduler. It will send true to 1/1/1 if event value is true and current hour is less than 19.
Code:
value = event.getvalue()
hour = os.date('*t').hour
if value and hour < 19 then
  grp.write('1/1/1', true)
end
Reply


Messages In This Thread
Scheduler - by KoBra - 25.11.2020, 11:41
RE: Scheduler - by admin - 25.11.2020, 11:50
RE: Scheduler - by KoBra - 25.11.2020, 15:45
RE: Scheduler - by Daniel - 25.11.2020, 15:47
RE: Scheduler - by KoBra - 26.11.2020, 09:44
RE: Scheduler - by KoBra - 30.11.2020, 09:41
RE: Scheduler - by admin - 30.11.2020, 09:48
RE: Scheduler - by Re-G - 11.06.2022, 13:32

Forum Jump: