mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 04:53:31 +00:00
rename sendtext_only to outbound
to more accurately describe its purpose.
This commit is contained in:
@@ -461,7 +461,7 @@ You may pass the following optional keyword arguments:
|
||||
- `pdirty`: boolean=False, parameter updates
|
||||
- `ldirty`: boolean=False, level updates
|
||||
- `timeout`: int=5, amount of time (seconds) to wait for an incoming RT data packet (parameter states).
|
||||
- `sendtext_only`: boolean=False, set `True` if you are only interested in sending script commands (no rt packets will be received)
|
||||
- `outbound`: boolean=False, set `True` if you are only interested in sending commands. (no rt packets will be received)
|
||||
|
||||
#### `vban.pdirty`
|
||||
|
||||
@@ -479,8 +479,6 @@ Sends a script block as a string request, for example:
|
||||
vban.sendtext("Strip[0].Mute=1;Bus[0].Mono=1")
|
||||
```
|
||||
|
||||
note. if you are ONLY interested in sending script commands you may set sendtext_only kwarg to True
|
||||
|
||||
#### `vban.public_packet`
|
||||
|
||||
Returns a `VbanRtPacket`. Designed to be used internally by the interface but available for parsing through this read only property object.
|
||||
|
||||
Reference in New Issue
Block a user