#225 added computer IDs to PLC/RTU front panels, updated supervisor front panel to use computer ID terminology
This commit is contained in:
@@ -251,7 +251,7 @@ end
|
||||
---@return pdg_session_struct|nil
|
||||
function svsessions.find_pdg_session(source_addr)
|
||||
-- check diagnostic sessions
|
||||
local session = _find_session(self.sessions.diag, source_addr)
|
||||
local session = _find_session(self.sessions.pdg, source_addr)
|
||||
---@cast session pdg_session_struct|nil
|
||||
return session
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user