02.04.2021, 11:41
Hello.
Since the code below floods my KNX bus, i want to have a delay between each loop. The os.sleep in the code below does not work. Can anyone explaine how i can delay this loop?
while Variable1 == true
do
Variable2 :write(true)
os.sleep (10)
end
Since the code below floods my KNX bus, i want to have a delay between each loop. The os.sleep in the code below does not work. Can anyone explaine how i can delay this loop?
while Variable1 == true
do
Variable2 :write(true)
os.sleep (10)
end
BR
Kai-Roger
Kai-Roger