From 95c4d51e67f2b16239f902bb3387292c067c2678 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Wed, 11 May 2022 12:09:04 -0400 Subject: [PATCH] #47 RTU send should be table not any --- rtu/rtu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtu/rtu.lua b/rtu/rtu.lua index ab47b0a..9a353f9 100644 --- a/rtu/rtu.lua +++ b/rtu/rtu.lua @@ -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()