bibliopixel.drivers.hue module

bibliopixel.drivers.hue.DriverHue

alias of bibliopixel.drivers.hue.Hue

class bibliopixel.drivers.hue.Hue(num, ip, nameMap=None, **kwds)[source]

Bases: bibliopixel.drivers.driver_base.DriverBase

Driver for interacting with Philips Hue lights.

Provides the same parameters of driver_base.DriverBase as well as those below:

Parameters:
  • ip (str) – Network hostname or IP address of the Hue base.
  • nameMap (list) – List of names to map to each pixel index
setTransitionTime(time)[source]