Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
/ Easybulb Public archive

A basic Python library for interacting with Easybulb/MiLight/LimitlessLED lights

Notifications You must be signed in to change notification settings

lewis-od/Easybulb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Easybulb

Python API for controlling Easybulb lights. Also works with MiLight and LimitlessLED bulbs.

Usage

lights = Easybulb("ip address")
lights.off() # Turn the lights off
lights.on() # Turn the lights on
lights.colour(150) # Change the colour of the lights (values from 0-255)
lights.white() # Change the colour of the lights to white
lights.brightness(15) # Change the brightness of the lights (values from 1-59)
lights.disco() # Activate disco mode
lights.disco_faster() # Speed up disco mode
lights.disco_slower() # Slow down disco mode

About

A basic Python library for interacting with Easybulb/MiLight/LimitlessLED lights

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages