Update documentation to cover RF packets
RF packets behave identically to IR packets, so update the docs to match
This commit is contained in:
parent
989009e21f
commit
925742768d
2 changed files with 2 additions and 3 deletions
|
|
@ -23,13 +23,13 @@ Enter learning mode:
|
|||
devices[0].enter_learning()
|
||||
```
|
||||
|
||||
Obtain an IR packet while in learning mode:
|
||||
Obtain an IR or RF packet while in learning mode:
|
||||
```
|
||||
ir_packet = devices[0].check_data()
|
||||
```
|
||||
(This will return None if the device does not have a packet to return)
|
||||
|
||||
Send an IR packet:
|
||||
Send an IR or RF packet:
|
||||
```
|
||||
devices[0].send_data(ir_packet)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue