mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
Add docs for JVC remote transmitting and receiving (#160)
* Add docs for JVC remote transmitting and receiving * Moving JVC down in docs
This commit is contained in:
parent
065c5d2321
commit
f66ef45029
@ -32,6 +32,7 @@ Configuration variables:
|
||||
- **lg**: Decode and dump LG infrared codes.
|
||||
- **nec**: Decode and dump NEC infrared codes.
|
||||
- **panasonic**: Decode and dump Panasonic infrared codes.
|
||||
- **jvc**: Decode and dump JVC infrared codes.
|
||||
- **samsung**: Decode and dump Samsung infrared codes.
|
||||
- **sony**: Decode and dump Sony infrared codes.
|
||||
- **rc_switch**: Decode and dump RCSwitch RF codes.
|
||||
|
@ -91,6 +91,8 @@ Supported remote codes:
|
||||
panasonic:
|
||||
address: 0x4004
|
||||
command: 0x1000BCD
|
||||
jvc:
|
||||
data: 0x1234
|
||||
rc_switch_raw:
|
||||
code: '001010011001111101011011'
|
||||
protocol: 1
|
||||
@ -143,6 +145,10 @@ Configuration variables:
|
||||
- **address**: The address of the device.
|
||||
- **command**: The command to send.
|
||||
|
||||
- **jvc**: Send a JVC IR code.
|
||||
|
||||
- **data**: The data bytes to send.
|
||||
|
||||
- **rc_switch_raw**: Send an RCSwitch raw code.
|
||||
|
||||
- **code** (**Required**, string): The code to send. Must be a string of 0s and 1s.
|
||||
|
Loading…
Reference in New Issue
Block a user