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)
This commit is contained in:
parent
c2800ce646
commit
80b55b6b43
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user