Versions in this module Expand all Collapse all v1 v1.5.1 Oct 3, 2017 v1.5.0 Sep 30, 2017 Changes in this version + type Color struct + func (c *Color) ToLifx() (lifxColor common.Color) + type LightMap struct + func NewLightMap() *LightMap + func (l *LightMap) Get(id uint16) (color *Color, err error) + func (l *LightMap) Set(id uint16, color *Color)