mirror of https://github.com/arendst/Tasmota.git
Updated IRSend RAW Encoding (markdown)
parent
c5e4d50b82
commit
84212c7585
|
@ -1,10 +1,10 @@
|
|||
There are two command syntax forms for sending a remote control code in RAW format with [`IRsend`](Commands#irsend):
|
||||
|
||||
1. `IRSend <frequency>,<rawdata1>,<rawdata2>,..,<rawdataN>`
|
||||
1. `IRSend<x> <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 raw,<frequency>[,<header_mark>,<header_space>,<bit_mark>],<zero_space>[, [<one_multiple>] | <one_space>],<bit_stream>`
|
||||
2. `IRSend<x> raw,<frequency>[,<header_mark>,<header_space>,<bit_mark>],<zero_space>[, [<one_multiple>] | <one_space>],<bit_stream>`
|
||||
|
||||
Where
|
||||
|
||||
|
@ -54,7 +54,7 @@ There are two command syntax forms for sending a remote control code in RAW form
|
|||
|
||||
Corresponding command:
|
||||
|
||||
IRSend raw,0,8620,4260,544,411,1496,010101101000111011001110000000001100110000000001100000000000000010001100
|
||||
IRSend<x> raw,0,8620,4260,544,411,1496,010101101000111011001110000000001100110000000001100000000000000010001100
|
||||
|
||||
### Gree air conditioner Power On
|
||||
|
||||
|
@ -94,4 +94,4 @@ The header is always the first pair, the zeroes have the shortest space duration
|
|||
|
||||
Corresponding command:
|
||||
|
||||
IRSend raw,0,8956,4560,590,615,1710,1001100 ... 0000101
|
||||
IRSend<x> raw,0,8956,4560,590,615,1710,1001100 ... 0000101
|
Loading…
Reference in New Issue