This commit is contained in:
Mikayla Fischler
2024-06-29 14:49:26 -04:00
parent 2de30ef064
commit f2937b47e9
3 changed files with 3 additions and 3 deletions

View File

@ -715,8 +715,8 @@ function plc.comms(version, nic, reactor, rps, conn_watchdog)
function public.unlink()
self.sv_addr = comms.BROADCAST
self.linked = false
self.status_cache = nil
self.r_seq_num = nil
self.status_cache = nil
databus.tx_link_state(types.PANEL_LINK_STATE.DISCONNECTED)
end