02.05.2020, 22:05
(This post was last modified: 02.05.2020, 22:07 by Erwin van der Zwart.)
Hi,
Change line 80-83:
Into:
This way the output is not checked on state
BR,
Erwin
Change line 80-83:
Code:
ValueOutput = grp.getvalue(AddressOutput)
if ValueOutput == false then
grp.write(AddressOutput, true)
end
Code:
grp.write(AddressOutput, true)
BR,
Erwin