mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
12763d5e6a
commit
49c6d5eecc
|
@ -435,7 +435,7 @@ SetOption39<a id="SetOption39"></a>|**6.6.0**<BR>Control handling of invalid pow
|
|||
SetOption40<a id="SetOption40"></a>|**6.6.0**<BR>Stop detecting any input change on the button GPIO.<BR>`0..250` = button hold time in 0.1 seconds *(default = `1`)* after which button functionality is disabled.<BR><BR>This setting is only active when [`SetOption1 1`](#setoption1) AND [`SetOption13 0`](#setoption13) are set. **This disables all long press functionality**.<BR><BR>Example: `Backlog SetOption1 1; SetOption13 0; SetOption40 10` - discard any button press over 1 second<BR><BR>Newer [Sonoff T1](Sonoff-T1) light switches appear to activate the GPIO intermittently for over many seconds without a user touching the button (i.e., [ghost switching](../issues/5449)).
|
||||
SetOption41<a id="SetOption41"></a>|**Unused from v6.6.0.10. Use [TuyaMCU](#TuyaMCU) command.**<BR>`0..8` = set the number of relays for the Tuya Dimmer (54) module. *(default = `0`)*
|
||||
SetOption42<a id="SetOption42"></a>|**6.6.0.1**<BR>`0..255` = set over-temperature (Celsius only) threshold resulting in power off on all energy monitoring devices *(default = `90`)*
|
||||
SetOption43<a id="SetOption43"></a>|`0..255` = set Tuya dimmer maximum dimming value as explained [here](TuyaMCU#dimming-range)<BR>After Tasmota v6.6.0.7 this is used over [SetOption66](#SetOption66)
|
||||
SetOption43<a id="SetOption43"></a>|**6.6.0.7**<BR>`0..255`<BR>set Tuya dimmer maximum dimming value as explained [here](TuyaMCU#dimming-range)
|
||||
SetOption44<a id="SetOption44"></a>|**Unused from v6.6.0.10. Use [TuyaMCU](#TuyaMCU) command.**<BR>`0..255` = set Tuya serial voltage function id as explained [here](https://github.com/arendst/Sonoff-Tasmota/wiki/MCU-Based-Tuya-Dimmers-and-Switches)
|
||||
SetOption45<a id="SetOption45"></a>|**Unused from v6.6.0.10. Use [TuyaMCU](#TuyaMCU) command.**<BR>`0..255` = set Tuya serial current function id as explained [here](https://github.com/arendst/Sonoff-Tasmota/wiki/MCU-Based-Tuya-Dimmers-and-Switches)
|
||||
SetOption46<a id="SetOption46"></a>|**Unused from v6.6.0.10. Use [TuyaMCU](#TuyaMCU) command.**<BR>`0..255` = set Tuya serial power function id as explained [here](https://github.com/arendst/Sonoff-Tasmota/wiki/MCU-Based-Tuya-Dimmers-and-Switches)
|
||||
|
|
Loading…
Reference in New Issue