x.chnl[#].pass - Pass-through Hooks

x.chnl[#].pass.rx = function(string, protocol)`
x.chnl[#].pass.tx = function(string, protocol)

Called every time there is data received and transmitted on a pass-through connection. #Firmware/v250

x.chnl[#].pass.onconnect = function(channelno, sourcetype, ipaddress, isondemand, wasopened)

Called when the pass-through socket has connected. #Firmware/v290

x.chnl[#].pass.ondisconnect = function(channelno, sourcetype)

Called when the pass-through socket has disconnected. #Firmware/v290