Hello, and with the controller of your plug-in will work with?
If not, you may be adding support for this controller ??
There are teams UDP:
OFF
socket = require("socket")
local s = socket.udp()
s:sendto(string.char(0x21,0x00,0x55), "192.168.0.200", 50000)
s:close()
ON
socket = require("socket")
local s = socket.udp()
s:sendto(string.char(0x22,0x00,0x55), "192.168.0.200", 50000)
s:close()