20.06.2018, 21:04
Do you mean flashing or blinking?
But what you try to exactly achieve?
Code:
enableGA = '1/1/1'
outputGA = '1/1/2'
while grp.getvalue(enableGA) do
grp.write(outputGA, not grp.getvalue(outputGA))
os.sleep(1)
end
But what you try to exactly achieve?
Done is better than perfect