mirror of https://github.com/arendst/Tasmota.git
SetOption76
parent
7c92621d9d
commit
c2e5a7ff67
|
@ -163,7 +163,7 @@ TuyaMCU<a id="TuyaMCU"></a>|Used to map functions in TuyaMCU   »6.7.1<br>
|
|||
Upgrade<a id="Upgrade"></a>|`1` = download firmware from `OtaUrl` and restart<BR>`<value>` = download firmware from `OtaUrl` if \<value\> is higher than device version
|
||||
Upload<a id="Upload"></a>|`1` = download firmware from `OtaUrl` and restart<BR>`<value>` = download firmware from `OtaUrl` if \<value\> is higher than device version
|
||||
WebLog<a id="WebLog"></a>|`0` = disable web logging<BR> `1` = show only error messages<BR> `2` = show error and info messages *(default)*<BR>`3` = show error, info and debug messages<BR>`4` = show error, info and more debug messages
|
||||
See also|[`SetOption68`](#Setoption68) - PWM Channel control
|
||||
See also|[`SetOption68`](#Setoption68) - PWM Channel control<BR>[`SetOption76`](#Setoption76) - DeepSleep disable bootcount incrementing
|
||||
|
||||
### [Wi-Fi](Troubleshooting#Wi-Fi-issues-arduino-core-versions-and-espressif-sdk)
|
||||
|
||||
|
@ -424,7 +424,8 @@ SetOption71<a id="SetOption71"></a>|Set DDS238 Modbus register for active energy
|
|||
SetOption72<a id="SetOption72"></a>|Set reference used for total energy   »6.6.0.15<BR>`0` = use firmware counter *(default)*<BR>`1` = use energy monitor (e.g., PZEM-0xx, SDM120, SDM630, DDS238, DDSU666) hardware counter
|
||||
SetOption73<a id="SetOption73"></a>|Set HTTP Cross-Origin Resource Sharing (CORS)   »7.0.0.1<BR>`0` = disable CORS *(default)*<BR>`1` = enable CORS
|
||||
SetOption74<a id="SetOption74"></a>|Enable internal pullup for single DS18x20 sensor   »7.0.0.1<BR>`0` = disabled *(default)*<BR>`1` = internal pullup enabled
|
||||
SetOption75<a id="SetOption75"></a>|Set grouptopic behaviour ([#6779](https://github.com/arendst/Tasmota/issues/2116))  »7.0.0.1<BR>`0` = GroupTopic using FullTopic replacing %topic% _(default)_<BR>`1` = GroupTopic is `cmnd/%grouptopic%/`
|
||||
SetOption75<a id="SetOption75"></a>|Set grouptopic behaviour ([#6779](../issues/6779))  »7.0.0.1<BR>`0` = GroupTopic using FullTopic replacing %topic% _(default)_<BR>`1` = GroupTopic is `cmnd/%grouptopic%/`
|
||||
SetOption76<a id="SetOption76"></a>|Bootcount incrementing when [DeepSleep](DeepSleep) is enabled ([#6930](../issues/6930))  »7.0.0.4<BR>`0` = disable bootcount incrementing _(default)_<BR>`1` = enable bootcount incrementing
|
||||
SetOption80<a id="SetOption80"></a>|[Blinds and shutters](blinds-and-shutters) support  »6.6.0.14<BR>`0` = disable blinds and shutters support *(default)*<BR>`1` = enable blinds and shutters support
|
||||
SetOption81<a id="SetOption81"></a>|Set PCF8574 component behavior for all ports  »6.6.0.14<BR>`0` = set as regular state *(default)*<BR>`1` = set as inverted state
|
||||
|
||||
|
|
Loading…
Reference in New Issue