mirror of https://github.com/arendst/Tasmota.git
Updated IRSend RAW Encoding (markdown)
parent
982c28cf6a
commit
391ffbfdac
|
@ -1,10 +1,10 @@
|
|||
There are two commands syntax formats for sending an IRsend RAW code:
|
||||
There are two command syntax forms for sending a remote control code in RAW format with [`IRsend`](Commands#irsend):
|
||||
|
||||
1. [`IRSend`](Commands#irsend) `<frequency>,<rawdata1>,<rawdata2>,..,<rawdataN>`
|
||||
1. `IRSend <frequency>,<rawdata1>,<rawdata2>,..,<rawdataN>`
|
||||
|
||||
e.g., `IRsend 0,926,844,958,832,1798,868,902,848,900,870,900,852,908,918,958,794,934,874,928,1738,934,856,1764`
|
||||
|
||||
2. [`IRSend`](Commands#irsend) `raw,<frequency>[,<header_mark>,<header_space>,<bit_mark>],<zero_space>[, [<one_multiple>] | <one_space>],<bit_stream>`
|
||||
2. `IRSend raw,<frequency>[,<header_mark>,<header_space>,<bit_mark>],<zero_space>[, [<one_multiple>] | <one_space>],<bit_stream>`
|
||||
|
||||
Where
|
||||
* `<frequency>` = carrier frequency (default 0 = 38kHz)
|
||||
|
|
Loading…
Reference in New Issue