diff --git a/tdmgr/models/devices.py b/tdmgr/models/devices.py index 8c6deea..60095d6 100644 --- a/tdmgr/models/devices.py +++ b/tdmgr/models/devices.py @@ -125,6 +125,9 @@ def data(self, idx, role=Qt.DisplayRole): if col_name == "RSSI": return int(d.p.get("RSSI", 0)) + if col_name == "IPAddress": + return d.ip_address + return val if role == DeviceRoles.LWTRole: