mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
836a2ff1ee
commit
62e7e10b43
|
@ -418,7 +418,7 @@ SetOption30<a id="SetOption30"></a>|**6.1.0**<BR>Enforce Home Assistant auto-dis
|
|||
SetOption31<a id="SetOption31"></a>|**6.2.0**<BR>Disable status LED blinking during Wi-Fi and MQTT connection problems.[`LedPower`](#LedPower) must be set to `0` for this feature to work.<BR>`0` = LED blinking enabled *(default)*<BR> `1` = LED blinking disabled
|
||||
SetOption32<a id="SetOption32"></a>|Number of 0.1 seconds to hold button before sending `HOLD` action message.<BR> `1..100` to set button hold time *(default = `40`)*. This option also affects the time required to perform a firmware defaults reset (10x `HOLD` action time)
|
||||
SetOption33<a id="SetOption33"></a>|Max power limit can be exceeded by number of seconds before the relay is turned off<BR> `1..250` = set number of seconds *(default = `5`)*
|
||||
SetOption34<a id="SetOption34"></a>|Set [Backlog](#backlog) inter-command delay in milliseconds *(default = `200`)*
|
||||
SetOption34<a id="SetOption34"></a>|**6.6.0.17**<BR>Set [Backlog](#backlog) inter-command delay in milliseconds *(default = `200`)*
|
||||
SetOption36<a id="SetOption36"></a>|**6.5.0**<BR>Boot loop defaults restoration control.<BR>`0` = disable boot loop control<BR> `1..200` = set number of boot loops (a restart caused by any exception or watchdog timer within less than `BOOT_LOOP_TIME` (default 10 seconds) before beginning to restore settings *(default = `1`)*. Once this number is reached, subsequent restarts will:<ul><li>1<sup>st</sup> restart: disable ESP8285 generic GPIOs interfering with flash SPI</li><li>2<sup>nd</sup> restart: disable rules causing boot loop</li><li>3<sup>rd</sup> restart: disable all rules</li><li>4<sup>th</sup> restart: reset user defined GPIOs to disable any attached peripherals</li><li>5<sup>th</sup> restart: reset module to Sonoff Basic (1)</li></ul>
|
||||
SetOption37<a id="SetOption37"></a>|**6.5.0**<BR>Color remapping for led channels, also provides an option for allowing independent handling of RGB and white channels.<BR>`0` = disabled<br>`1..119` = according to [this table](SetOption37---Color-channel-mapping)<br>`120..127` = invalid (results in same as `0`)<br>`128..255` = same as `0..127` but with independent channel handling enabled
|
||||
SetOption38<a id="SetOption38"></a>|**6.6.0**<BR>`6..255 ` = set IRReceive protocol detection sensitivity minimizing UNKNOWN protocols
|
||||
|
|
Loading…
Reference in New Issue