30.01.2020, 08:05
Maybe the IR signal is weak and the end devices do not always receive it? You can send each command twice by modifying the script:
Code:
if cmd then
tcpsend(cmd)
tcpsend(cmd)
end