HueAPI-0: API for controlling Philips Hue lights

Safe HaskellNone

HueAPI

Documentation

data Light Source

Constructors

Light 

data LightState Source

Constructors

LightState 

Fields

on :: Bool
 
bri :: Int
 
hue :: Int
 
sat :: Int
 

data Group Source

Constructors

Group 

Instances