From 97e684dba4aacfeaeb799eae75c2ace45c40afb9 Mon Sep 17 00:00:00 2001 From: "Jokob @NetAlertX" <96159884+jokob-sk@users.noreply.github.com> Date: Wed, 21 Jan 2026 02:01:05 +0000 Subject: [PATCH] change --- server/db/authoritative_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/db/authoritative_handler.py b/server/db/authoritative_handler.py index 63aaed83..846896b2 100644 --- a/server/db/authoritative_handler.py +++ b/server/db/authoritative_handler.py @@ -138,7 +138,7 @@ def get_source_for_field_update(field_name, plugin_prefix, is_user_override=Fals def enforce_source_on_user_update(devMac, updates_dict, conn): """ When a user updates device fields, enforce source tracking. - + For each field with a corresponding *Source field: - If the field value is being changed, set the *Source to "USER". - If user explicitly locks a field, set the *Source to "LOCKED".