#401 fix for supervisor coordinator RTT reporting

This commit is contained in:
Mikayla Fischler 2025-08-13 11:17:30 -03:00
parent 9bb3f59496
commit a678b8dbe0

View File

@ -192,7 +192,7 @@ function pocket.new_session(id, s_addr, i_seq_num, in_queue, out_queue, timeout,
-- add the coordinator if connected
if get("crd_conn") then
table.insert(devices, { DEV_TYPE.CRD, get("crd_addr"), get("crd_fw"), databus.read("crd_rtt") })
table.insert(devices, { DEV_TYPE.CRD, get("crd_addr"), get("crd_fw"), get("crd_rtt") })
end
-- add the PLCs if connected