From 8637c89e6526be8020a9f33b0efe4c98b481a0b2 Mon Sep 17 00:00:00 2001 From: Mike Geppert Date: Tue, 28 Oct 2025 09:47:01 +0000 Subject: [PATCH] Fix Issue #5: Remove empty string from Traditional console_set - Removed blank entry that was causing empty parameter errors - Fixes 'Verification failed for blank parameter' errors on all devices - Issue discovered during testing and root cause identified in config --- network_configuration.json | 1 - 1 file changed, 1 deletion(-) diff --git a/network_configuration.json b/network_configuration.json index 1e0809f..7a79433 100644 --- a/network_configuration.json +++ b/network_configuration.json @@ -75,7 +75,6 @@ }, "console_set": { "Traditional": [ - "", "SwitchRetain Off", "ButtonRetain Off", "PowerRetain On",