From 145d31d8296b67a06143dba6c3ab33288b485488 Mon Sep 17 00:00:00 2001 From: Mike Geppert Date: Wed, 7 Jan 2026 21:32:42 -0600 Subject: [PATCH] Change SetOption32 from 40 to 8 for better long press timing - SetOption32=40 required 4 second hold, too long for comfortable use - SetOption32=8 requires 0.8 second hold, much more natural - Also fixed SONOFF_ULTIMATE SetOption40 from 40 to 0 (no repeating) - Enables long press to send MQTT HOLD action to Node-RED for area-wide light control --- network_configuration.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/network_configuration.json b/network_configuration.json index b9aef20..30540e6 100644 --- a/network_configuration.json +++ b/network_configuration.json @@ -84,8 +84,8 @@ "SetOption4 1", "SetOption13 0", "SetOption19 0", - "SetOption32 40", - "SetOption40 40", + "SetOption32 8", + "SetOption40 0", "SetOption53 1", "SetOption73 1", "rule1 on button1#state=10 do power0 toggle endon" @@ -101,8 +101,8 @@ "SetOption4 1", "SetOption13 0", "SetOption19 0", - "SetOption32 40", - "SetOption40 40", + "SetOption32 8", + "SetOption40 0", "SetOption53 1", "SetOption73 1" ]