Skip to content

hikirsch/python-htd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htd_client

This library contains a client to communicate with the HTD MC/MCA66 gateway. Future support for the Lync system is planned.

Table of Contents

Installation

Use pip to install this package

pip install htd_client

Usage

Here'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()

Contributing

Poetry is used to manage dependencies, run tests, and publish.

Run unit tests

$ poetry run pytest

Generate documentation

$ poetry run sphinx-build -b html docs docs/_build 

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages