Updated Tasmota IR (markdown)

s-hadinger 2019-09-09 22:24:08 +02:00
parent 9f4aa8cc31
commit b0e83c61e6
1 changed files with 5 additions and 5 deletions

@ -28,25 +28,25 @@ If you have an IR receiver plugged, you will be notified each time an IR message
Information on [Receiving Infrared Data](Receiving-Infrared-Remote-Control-Data)
Example: Pioneer Vol+
Example: **Pioneer Vol+**
`20:24:34 MQT: tele/sonoff/IR1/RESULT = {"IrReceived":{"Protocol":"PIONEER","Bits":64,"Data":"0xA55A50AFA55A50AF","DataLSB":"0xA55A0AF5A55A0AF5","Repeat":0}}`
Pioneer Vol-
**Pioneer Vol-**
`20:24:35 MQT: tele/sonoff/IR1/RESULT = {"IrReceived":{"Protocol":"PIONEER","Bits":64,"Data":"0xA55AD02FA55AD02F","DataLSB":"0xA55A0BF4A55A0BF4","Repeat":0}}
`
Toshiba (NEC): Channel 1
Toshiba (NEC): **Channel 1**
`20:31:01 MQT: tele/sonoff/IR1/RESULT = {"IrReceived":{"Protocol":"NEC","Bits":32,"Data":"0x02FD807F","DataLSB":"0x40BF01FE","Repeat":0}}`
Toshiba (NEC): Channel 2
Toshiba (NEC): **Channel 2**
`20:31:03 MQT: tele/sonoff/IR1/RESULT = {"IrReceived":{"Protocol":"NEC","Bits":32,"Data":"0x02FD40BF","DataLSB":"0x40BF02FD","Repeat":0}}
`
Toshiba (NEC): Channel 3
Toshiba (NEC): **Channel 3**
`20:31:04 MQT: tele/sonoff/IR1/RESULT = {"IrReceived":{"Protocol":"NEC","Bits":32,"Data":"0x02FDC03F","DataLSB":"0x40BF03FC","Repeat":0}}
`