29.01.2020, 10:38
Code:
blocking = grp.read('0/0/1')
Out01 = '0/0/2'
if AddressOutput == true and (blocking == true or blocking == 1) then grp.write (out01, true)
else
if AddressOutput == false and (blocking == true or blocking == 1) then grp.write (out01, false)
end
end
Hello, if possible I would like to include in this script one more function, it would be a block. But I can't make it work.