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.

writing values to some groups every hour, 1 day of month from script
#2
Use a scheduled script. You can write a value to multiple objects at once using tags:
Code:
objects = grp.tag('counters')
objects:write(0)
Reply


Messages In This Thread
RE: writing values to some groups every hour, 1 day of month from script - by admin - 06.01.2025, 07:23

Forum Jump: