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.

Staircase logic with repeating off
#2
Maybe you can add something like?

Code:
os.sleep(10)    --time delay of 10 seconds
grp.write('my object', false)
os.sleep(10)    --time delay of 10 seconds
grp.write('my object', false)
os.sleep(10)    --time delay of 10 seconds
grp.write('my object', false)

replace my object with your groupadress / objectname
Reply


Messages In This Thread
RE: Staircase logic with repeating off - by Dré - 03.06.2023, 10:57

Forum Jump: