From 80b55b6b43fb341783f3453a47a50606b3e0659b Mon Sep 17 00:00:00 2001 From: Mike Geppert Date: Sun, 4 Jan 2026 13:12:19 -0600 Subject: [PATCH] Fix SetOption32 in SONOFF_ULTIMATE profile to match working Traditional profile - Changed SetOption32 from 8 to 40 in SONOFF_ULTIMATE profile - This fixes button timing issues where multiple presses were required - KitchenMain (Traditional profile) was already using 40 and working correctly - KitchenBar (SONOFF_ULTIMATE profile) had 8 and required multiple presses - Both profiles now use SetOption32=40 (4 second hold time) --- network_configuration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network_configuration.json b/network_configuration.json index 81e917b..b9aef20 100644 --- a/network_configuration.json +++ b/network_configuration.json @@ -84,7 +84,7 @@ "SetOption4 1", "SetOption13 0", "SetOption19 0", - "SetOption32 8", + "SetOption32 40", "SetOption40 40", "SetOption53 1", "SetOption73 1", @@ -101,7 +101,7 @@ "SetOption4 1", "SetOption13 0", "SetOption19 0", - "SetOption32 8", + "SetOption32 40", "SetOption40 40", "SetOption53 1", "SetOption73 1"