Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 571 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 571 Bytes

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