mirror of https://github.com/arendst/Tasmota.git
More in SetOption19 description
parent
2f51853345
commit
0e1e3ecaf5
|
@ -375,15 +375,15 @@ See [Linux Infrared Remote Control (LIRC)](http://www.lirc.org/) for more inform
|
|||
<a id="SetOption3"> SetOption3 </a> | [MQTT](mqtt) <BR>`0` = disable MQTT<BR> `1` = enable MQTT *(default)*
|
||||
<a id="SetOption4"> SetOption4 </a> | Return MQTT response as<BR> `0` = RESULT topic *(default)*<BR> `1` = %COMMAND% topic
|
||||
<a id="SetOption8"> SetOption8 </a> | Show temperature in<BR> `0`= Celsius *(default)*<BR> `1` = Fahrenheit
|
||||
<a id="SetOption10"> SetOption10 </a> | When the device MQTT topic changes <BR> `0` = remove retained message on old topic LWT*(default)*<BR> `1` = send "Offline" to old topic LWT
|
||||
<a id="SetOption10"> SetOption10 </a> | When the device MQTT topic changes <BR> `0` = remove retained message on old topic LWT *(default)*<BR> `1` = send "Offline" to old topic LWT
|
||||
<a id="SetOption11"> SetOption11 </a> | Swap button single and double press [functionality](https://github.com/arendst/Sonoff-Tasmota/wiki/Control-other-devices#double-press--hold)<BR> `0` = disabled *(default)*<BR> `1` = enabled
|
||||
<a id="SetOption12"> SetOption12 </a> | Configuration saving to flash option<BR>`0` = allow dynamic flash save slot rotation *(default)*<BR>`1` = use fixed eeprom flash slot
|
||||
<a id="SetOption13"> SetOption13 </a> | Allow immediate action on single button press<BR>`0` = single, multi-press and hold button actions *(default)*<BR> `1` = only single press action for immediate response. Disable by holding for 4 x key hold time (see SetOption32).
|
||||
<a id="SetOption15"> SetOption15 </a> | Set PWM control for LED lights<BR>`0` = basic PWM control<BR>`1` = control with [`Color`](#Color) or [`Dimmer`](#Dimmer) commands
|
||||
<a id="SetOption16"> SetOption16 </a> | Set addressable LED Clock scheme parameter<BR> `0` = clock-wise mode *(default)*<BR> `1` = counter-clock-wise mode
|
||||
<a id="SetOption17"> SetOption17 </a> | Show [`Color`](#Color) string as<BR> `0` = hex string *(default)*<BR> `1` = comma-separated decimal string
|
||||
<a id="SetOption18"> SetOption18 </a> | Set status of signal light paired with [CO<sub>2</sub> sensor](#sensor15)<BR> `0` = disable light *(default)*<BR>`1` = enable light
|
||||
<a id="SetOption19"> SetOption19 </a> | [Home Assistant](Home-Assistant) automatic discovery<BR> `0` = disabled *(default)*<BR> `1` = enabled<BR>Also sets [`SetOption59`](#SetOption59) to `1`<BR>_On 6.4.1, may cause a watchdog reset if used on a device with a configured sensor._
|
||||
<a id="SetOption18"> SetOption18 </a> | Set status of signal light paired with [CO<sub>2</sub> sensor](#sensor14)<BR> `0` = disable light *(default)*<BR>`1` = enable light
|
||||
<a id="SetOption19"> SetOption19 </a> | [Home Assistant](Home-Assistant) automatic discovery.<BR>***WARNING on versions 6.4.1.x enabling may cause a watchdog reset if used on a device with a configured sensor*** <BR> `0` = disabled *(default)*<BR> `1` = enabled and also sets [`SetOption59`](#setoption59)`= 1`<BR>If you enable and then disable `SetOption19`, doing so does not set [`SetOption59`](#setoption51)`= 0` and does not revert to default `%prefix%/%topic%/` [`FullTopic`](#fulltopic)
|
||||
<a id="SetOption20"> SetOption20 </a> | Update of Dimmer/Color/CT without turning power on<BR>`0` = disabled *(default)*<BR>`1` = enabled
|
||||
<a id="SetOption21"> SetOption21 </a> | Energy monitoring when power is off<BR>`0` = disabled *(default)*<BR>`1` = enabled
|
||||
<a id="SetOption24"> SetOption24 </a> | Show pressure unit in<BR> `0` = hPa *(default)*<BR> `1` = mmHg
|
||||
|
|
Loading…
Reference in New Issue