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
This commit is contained in:
Mike Geppert 2026-01-07 21:32:42 -06:00
parent be95930cd1
commit 145d31d829

View File

@ -84,8 +84,8 @@
"SetOption4 1", "SetOption4 1",
"SetOption13 0", "SetOption13 0",
"SetOption19 0", "SetOption19 0",
"SetOption32 40", "SetOption32 8",
"SetOption40 40", "SetOption40 0",
"SetOption53 1", "SetOption53 1",
"SetOption73 1", "SetOption73 1",
"rule1 on button1#state=10 do power0 toggle endon" "rule1 on button1#state=10 do power0 toggle endon"
@ -101,8 +101,8 @@
"SetOption4 1", "SetOption4 1",
"SetOption13 0", "SetOption13 0",
"SetOption19 0", "SetOption19 0",
"SetOption32 40", "SetOption32 8",
"SetOption40 40", "SetOption40 0",
"SetOption53 1", "SetOption53 1",
"SetOption73 1" "SetOption73 1"
] ]