mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
3cf61d136a
commit
b07747efe2
|
@ -389,7 +389,7 @@ See also|[`SetOption28`](#SetOption28) - Set RF received data format
|
|||
|
||||
See [Linux Infrared Remote Control (LIRC)](http://www.lirc.org/) for more information.
|
||||
|
||||
A specialized version of Tasmota can be compiled which supports all of the IR protocols available in the `IRremoteESP8266` library. [`IRremoteESP8266.h`](../tree/development/lib/) header in the `IRremoteESP8266-x.x.x/src` folder to disable (i.e., set to `false`) any unneeded/unwanted protocols and compile your own firmware. Every protocol included consumes program memory and increases the time to decode the IR signal. The air conditioner protocols are the most expensive memory-wise.
|
||||
A [specialized version of Tasmota](Tasmota-IR) can be compiled which supports almost all of the IR protocols available in the [`IRremoteESP8266` library](https://github.com/crankyoldgit/IRremoteESP8266).
|
||||
|
||||
|
||||
<a id="tb-irremote">Command|Parameters
|
||||
|
@ -400,7 +400,6 @@ IRhvac<a id="IRhvac"></a>|Send HVAC IR remote control code as JSON payload<Br>`{
|
|||
|
||||
### SetOption overview
|
||||
|
||||
|
||||
<a id="tb-setoption">Command|Parameters
|
||||
:---:|:---
|
||||
SetOption0<a id="SetOption0"></a>|Save power state and use after restart (=SaveState)<BR> `0` = disable<BR> `1` = enable *(default)*
|
||||
|
|
Loading…
Reference in New Issue