Posts: 71
Threads: 12
Joined: Jul 2015
Reputation:
0
Hi all
Is there an easy way to switch off a light after a fix time without using a lot of resources on the LM?
Best regards
Posts: 51
Threads: 14
Joined: Jul 2015
Reputation:
0
os.sleep() function?
it stops execution of current scrpit only, am i right?
Posts: 71
Threads: 12
Joined: Jul 2015
Reputation:
0
Thank you very much! I thought that os.sleep() would not be a good idea from a resource point of view.
Posts: 51
Threads: 14
Joined: Jul 2015
Reputation:
0
There is some new(for me) commend (method?): "object:write(0)". There is somewhere in manual comment about it? Maybe some other colon usage example?