#401 fix for supervisor coordinator RTT reporting
This commit is contained in:
parent
9bb3f59496
commit
a678b8dbe0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user