Skip to main content

Library for controlling smart bulbs that are controlled by the DoIT protocol

Project description

MyrtDesk API PyPI version

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


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)

Uploaded Source

Built Distribution

myrt_desk_api-1.0.7-py3-none-any.whl (29.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page