From 596a30fe018721d723c9720b4c6b088137f75d88 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Thu, 29 Jan 2026 11:01:02 +1100 Subject: [PATCH] feat: authoritative plugin fields - fix devLastIP Signed-off-by: jokob-sk --- server/scan/device_handling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/scan/device_handling.py b/server/scan/device_handling.py index a62cece1..797ed9ff 100755 --- a/server/scan/device_handling.py +++ b/server/scan/device_handling.py @@ -121,7 +121,7 @@ FIELD_SPECS = { "empty_values": ["", "null", "(unknown)", "(Unknown)"], "priority": ["ARPSCAN", "NEWDEV", "N/A"], "default_value": "0.0.0.0", - "allow_update_if_changed": True, + "allow_override_if_changed": True, }, # ==========================================================