This library contains a client to communicate with the HTD MC/MCA66 gateway. Future support for the Lync system is planned.
Use pip to install this package
pip install htd_clientHere's a basic example.
import HtdClient
from base_client
client = HtdClient("192.168.1.2")
model_info = client.get_model_info()
client.async_volume_up()
client.async_volume_down()Poetry is used to manage dependencies, run tests, and publish.
Run unit tests
$ poetry run pytestGenerate documentation
$ poetry run sphinx-build -b html docs docs/_build This project is licensed under the MIT License - see the LICENSE file for details.