#47 RTU send should be table not any

This commit is contained in:
Mikayla Fischler 2022-05-11 12:09:04 -04:00
parent c6987f6f67
commit 95c4d51e67

View File

@ -179,7 +179,7 @@ rtu.comms = function (modem, local_port, server_port, conn_watchdog)
-- send a scada management packet
---@param msg_type SCADA_MGMT_TYPES
---@param msg any
---@param msg table
local _send = function (msg_type, msg)
local s_pkt = comms.scada_packet()
local m_pkt = comms.mgmt_packet()