mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
6f9a6e79be
commit
7ccb786985
|
@ -9,7 +9,7 @@
|
||||||
* [**Power Monitoring**](#power-monitoring)
|
* [**Power Monitoring**](#power-monitoring)
|
||||||
* [**Lights (PWM and addressable RGB LED lights)**](#light)
|
* [**Lights (PWM and addressable RGB LED lights)**](#light)
|
||||||
* [**RF 433MHz Bridge**](#sonoff-rf-bridge)
|
* [**RF 433MHz Bridge**](#sonoff-rf-bridge)
|
||||||
* [**IR Remote Control**](#irremote)
|
* [**IR Remote Control**](#ir-remote)
|
||||||
* [**SetOption List**](#setoption-overview)
|
* [**SetOption List**](#setoption-overview)
|
||||||
* [**Serial Bridge**](#serial-bridge)
|
* [**Serial Bridge**](#serial-bridge)
|
||||||
* [**MP3 Player**](#mp3-player)
|
* [**MP3 Player**](#mp3-player)
|
||||||
|
@ -385,9 +385,11 @@ RfRaw<a id="RfRaw"></a>|**This command only works when the firmware has been upd
|
||||||
RfSync<a id="RfSync"></a>|`1` = reset start sync pulse time to 8470 microseconds<BR>`2..32767` = set start sync pulse time in microseconds<BR>`#2..#7FFF` = set start sync pulse time in hexadecimal microseconds
|
RfSync<a id="RfSync"></a>|`1` = reset start sync pulse time to 8470 microseconds<BR>`2..32767` = set start sync pulse time in microseconds<BR>`#2..#7FFF` = set start sync pulse time in hexadecimal microseconds
|
||||||
See also|[`SetOption28`](#SetOption28) - Set RF received data format
|
See also|[`SetOption28`](#SetOption28) - Set RF received data format
|
||||||
|
|
||||||
### IRremote
|
### IR Remote
|
||||||
|
|
||||||
See [Linux Infrared Remote Control (LIRC)](http://www.lirc.org/) for more information. Edit the [`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.
|
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 id="tb-irremote">Command|Parameters
|
<a id="tb-irremote">Command|Parameters
|
||||||
|
|
Loading…
Reference in New Issue