Added s7comm initial page details

This commit is contained in:
Matteo Biscosi 2025-12-10 16:22:22 +01:00
parent 4a7c3d1149
commit bdae16ca79
5 changed files with 219 additions and 2 deletions

View file

@ -2855,5 +2855,9 @@ function formatModbusInfo(proto_info)
info = proto_info.modbus
end
if proto_info.s7comm then
info = proto_info.s7comm
end
return info
end