mirror of https://github.com/arendst/Tasmota.git
Updated IRSend RAW Encoding (markdown)
parent
fc27b6c4f4
commit
b0e6983847
|
@ -11,12 +11,12 @@ There are two command syntax forms for sending a remote control code in RAW form
|
|||
| Parameter | Description |
|
||||
|---|---|
|
||||
| `<frequency>` | carrier frequency (default 0 = 38kHz)
|
||||
| `<header_mark>` | header mark duration (ms) (optional for some protocols)
|
||||
| `<header_space>` | header space duration (ms) (optional for some protocols)
|
||||
| `<bit_mark>` | bit mark duration (ms) (optional for some protocols)
|
||||
| `<zero_space>` | zero space duration (ms)
|
||||
| `<header_mark>` | header mark duration (µs) (optional for some protocols)
|
||||
| `<header_space>` | header space duration (µs) (optional for some protocols)
|
||||
| `<bit_mark>` | bit mark duration (µs) (optional for some protocols)
|
||||
| `<zero_space>` | zero space duration (µs)
|
||||
| `<one_multiple>` | used to specify the one space duration if the one space duration is an integral multiple of the zero space duration. This parameter may be omitted if the multiple is 2.<BR><BR>_Use of this parameter is mutually exclusive with the `<one_space>` parameter_
|
||||
| `<one_space>` | one space duration (ms). Use this parameter if the one space duration is not an integral multiple of `<zero_space>`<BR><BR>_Use of this parameter is mutually exclusive with the `<one_multiple>` parameter_
|
||||
| `<one_space>` | one space duration (µs). Use this parameter if the one space duration is not an integral multiple of `<zero_space>`<BR><BR>_Use of this parameter is mutually exclusive with the `<one_multiple>` parameter_
|
||||
| `<bit_stream>` | bit stream data (stream of ones and zeroes)
|
||||
|
||||
This command syntax version makes use of the output of the raw IR decoder from [ToniA/Raw-IR-decoder-for-Arduino](https://github.com/ToniA/Raw-IR-decoder-for-Arduino)
|
||||
|
|
Loading…
Reference in New Issue