Update README.md

remove fetch rt data packet since it would still need parsing and cannot promise a new packet.
This commit is contained in:
onyx-and-iris 2022-02-28 20:56:35 +00:00
parent 1217dea6b4
commit d3a40b917f

View File

@ -134,9 +134,6 @@ The following properties are gettable and settable:
- `gain`: float, -60 to 12 - `gain`: float, -60 to 12
### `VbanCmd` (lower level) ### `VbanCmd` (lower level)
#### `vban.public_packet`
Fetches an RT Data Packet (some values will still be in byte form).
#### `vban.set_rt(id_, param, val)` #### `vban.set_rt(id_, param, val)`
Sends a string request RT Packet where the command would take the form: Sends a string request RT Packet where the command would take the form:
```python ```python