mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2025-04-03 20:33:48 +01:00
Compare commits
3 Commits
dab519be9f
...
94fa33cebf
Author | SHA1 | Date | |
---|---|---|---|
94fa33cebf | |||
ef105d878b | |||
956f759e73 |
19
README.md
19
README.md
@ -506,12 +506,27 @@ Returns a `VbanRtPacket`. Designed to be used internally by the interface but av
|
||||
|
||||
States not guaranteed to be current (requires use of dirty parameters to confirm).
|
||||
|
||||
### `Errors`
|
||||
## Errors
|
||||
|
||||
- `errors.VBANCMDError`: Exception raised when general errors occur.
|
||||
- `errors.VBANCMDConnectionError`: Exception raised when connection/timeout errors occur.
|
||||
|
||||
### `Tests`
|
||||
## Logging
|
||||
|
||||
It's possible to see the messages sent by the interface's setters and getters, may be useful for debugging.
|
||||
|
||||
example:
|
||||
```python
|
||||
import vban_cmd
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
opts = {"ip": "ip.local", "port": 6980, "streamname": "Command1"}
|
||||
with vban_cmd.api('banana', **opts) as vban:
|
||||
...
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
First make sure you installed the [development dependencies](https://github.com/onyx-and-iris/vban-cmd-python#installation)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user