mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
266fa2155f
commit
a40e344f8d
|
@ -413,8 +413,8 @@ SetOption37|Color remapping for led channels, also provides an option for allowi
|
|||
SetOption38|`6..255 ` = set IRReceive protocol detection sensitivity minimizing UNKNOWN protocols<a id="SetOption39"></a>
|
||||
SetOption39|Control handling of invalid power measurements. Power monitoring chips like the HLW8032 (Blitzwolf SHP5) and CSE7766 (Sonoff S31, Sonoff POW R2) occasionally report invalid power measurements for load values below 5W. In these cases, it sometimes reports a valid load.<BR>`0` = reset to default on next restart.<BR>`1..255` = number of invalid power readings before reporting that there is no load *(default = `128`)*. For example, to discard all loads below 6W, set to `1`. Tasmota will report no load if the power draw is below 6W.<a id="SetOption40"></a>
|
||||
SetOption40|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)).<a id="SetOption41"></a>
|
||||
SetOption41|`0..8` = control number of relays/switches for module Tuya Dimmer (54). *(default = `0`)*<a id="SetOption42"></a>
|
||||
SetOption42|`0..255` = set overtemperature (Celsius only) threshold resulting in power off on all energy monitoring devices *(default = `90`)* <a id="SetOption51"></a>
|
||||
SetOption41|`0..8` = set the number of relays for the Tuya Dimmer (54) module. *(default = `0`)*<a id="SetOption42"></a>
|
||||
SetOption42|`0..255` = set over-temperature (Celsius only) threshold resulting in power off on all energy monitoring devices *(default = `90`)* <a id="SetOption51"></a>
|
||||
SetOption51|View extra pins for ESP8285 in Module Config<BR>**WARNING** Do not use on ESP8266 devices!!!<BR>`0` = disable *(default)*<BR> `1` = enable<a id="SetOption52"></a>
|
||||
SetOption52|Control display of optional time offset from UTC in JSON payloads<BR>`0` = disable *(default)*<BR> `1` = enable<a id="SetOption53"></a>
|
||||
SetOption53|Display hostname and IP address in GUI<BR>`0` = disable *(default)*<BR> `1` = enable<a id="SetOption54"></a>
|
||||
|
|
Loading…
Reference in New Issue