Library for controlling smart bulbs that are controlled by the DoIT protocol
Project description
MyrtDesk API 
Library for controlling smart table functions with my own firmware.
- Fully asynchronous
- Automatic detection
- Cool CLI tool
API Example
This code will wait for the lights to turn off, then flash the backlight controller and then turn on the rainbow effect:
from asyncio import run
from myrt_desk_api import MyrtDesk, Effect
async def main():
desk_host = await discover()
desk = MyrtDesk(desk_host)
await desk.backlight.set_power(False)
with open("./firmware.hex", mode="rb") as file:
await desk.backlight.update_firmware(file.read())
await desk.backlight.set_effect(Effect.RAINBOW)
if __name__ == '__main__':
run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
myrt_desk_api-1.0.7.tar.gz
(24.8 kB
view hashes)
Built Distribution
Close
Hashes for myrt_desk_api-1.0.7-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | cb8139342fea9458009deedf83023c342b70713915b26f77103fe46f2036b386 |
|
| MD5 | 226b69d8377f6a1c955f6ad38b0ce971 |
|
| BLAKE2b-256 | 71f02b36c4ba7659056daaba3900077b946f110f97c6fba7b3c160798e60f908 |