add samsung ir protocol (#48)

This commit is contained in:
escoand 2018-10-13 19:41:44 +02:00 committed by Otto Winter
parent dc6b043216
commit 4f2b146010
2 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,7 @@ Configuration variables:
- **lg**: Decode and dump LG infrared codes.
- **nec**: Decode and dump NEC infrared codes.
- **panasonic**: Decode and dump Panasonic infrared codes.
- **samsung**: Decode and dump Samsung infrared codes.
- **sony**: Decode and dump Sony infrared codes.
- **rc_switch**: Decode and dump RCSwitch RF codes.
- **raw**: Print all remote codes in their raw form. Useful for using arbitrary protocols.

View File

@ -78,6 +78,8 @@ Supported remote codes:
lg:
data: 0x01234567890ABC
nbits: 28
samsung:
data: 0xE0E01234
sony:
data: 0xABCDEF
nbits: 12
@ -122,6 +124,10 @@ Configuration variables:
- **data**: The data bytes to send.
- **nbits**: The number of bits to send, defaults to 28.
- **samsung**: Send an Samsung IR code.
- **data**: The data bytes to send.
- **sony**: Send an Sony IR code.
- **data**: The data bytes to send.