Skip to main content

Controller library for limitlessled/easybulb/milight Wi-Fi LEDs

Project description

Controller for LimitlessLED RGBW lights (should be compatible with easybulb/milight as well).

Installation:

pip install ledcontroller

Usage:

import ledcontroller
led = ledcontroller.LedController("192.168.1.6")
led.on()
led.set_color("red", 1)
led.white(2)
led.set_brightness(50, 2)
led.disco(3)
led.disco_faster(3)
led.off(4)

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

ledcontroller-1.0.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

ledcontroller-1.0.0-py2.py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 2 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