An open API service indexing awesome lists of open source software.

https://github.com/mishamyrt/dohome_api

💡 Library for controlling smart bulbs that work using the DoIT protocol (DoHome app).
https://github.com/mishamyrt/dohome_api

asyncio datagram dohome

Last synced: 4 months ago
JSON representation

💡 Library for controlling smart bulbs that work using the DoIT protocol (DoHome app).

Awesome Lists containing this project

README

          

# DoHome API [![Quality assurance](https://github.com/mishamyrt/dohome_api/actions/workflows/qa.yaml/badge.svg?branch=main)](https://github.com/mishamyrt/dohome_api/actions/workflows/qa.yaml) [![PyPI version](https://badge.fury.io/py/dohome-api.svg)](https://pypi.org/project/dohome-api/)

Library for controlling smart bulbs that work using the DoIT protocol (DoHome app).

## Installation

```
pip install dohome-api
```

## Usage

Examples of how to use the library can be found in the [examples](./examples/) folder