Compare commits

..

No commits in common. "94fa33cebfd13a68a022d6e0b7ff8e2597d41764" and "dab519be9fea22196b864f7b2c7cc0d8e4e89400" have entirely different histories.

View File

@ -506,27 +506,12 @@ 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). States not guaranteed to be current (requires use of dirty parameters to confirm).
## Errors ### `Errors`
- `errors.VBANCMDError`: Exception raised when general errors occur. - `errors.VBANCMDError`: Exception raised when general errors occur.
- `errors.VBANCMDConnectionError`: Exception raised when connection/timeout errors occur. - `errors.VBANCMDConnectionError`: Exception raised when connection/timeout errors occur.
## Logging ### `Tests`
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) First make sure you installed the [development dependencies](https://github.com/onyx-and-iris/vban-cmd-python#installation)