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.

different value throughout the day
#6
(11.06.2018, 21:59)Erwin van der Zwart Wrote: Hi,

Try this:
Code:
now = os.date('*t')
if now.hour >= 8 and now.hour < 13 then
   grp.write('1/1/1', true)
elseif now.hour >= 13 and now.hour < 14 then
   grp.write('1/1/1', false)
end
For enable/disable script above from 1 bit use this: (sample is assuming event script script above is called 'timebasedevent')
Code:
if event.getvalue() == true then
  script.enable('timebasedevent')
else
  script.disable('timebasedevent')
end
BR,

Erwin
The first code. Can we do different things with a true value and a false value?
Reply


Messages In This Thread
RE: different value throughout the day - by benthoma - 16.06.2018, 17:57

Forum Jump: