Age | Commit message (Expand) | Author |
2017-03-07 | added SetColorHS, SetColorXY as alias of SetColor | realytcracker |
2017-03-07 | cleaned godoc format, returned else blocks | realytcracker |
2016-12-10 | Remove logging output | inhies |
2016-11-03 | Fix complaints | inhies |
2016-09-23 | Fixed issue #1 invalid types for hue and saturation in LightState struct. | Collin Guarino |
2016-02-28 | Ran go fmt on all files. | Collin Guarino |
2016-02-26 | Improved color variable documentation. | Collin Guarino |
2016-02-25 | Converted Blink to use new SetBrightness func. | Collin Guarino |
2016-02-24 | Added error checking to Light.Dim and Light.SetBrightness | Collin Guarino |
2016-02-24 | Implemented Light.Brighten to complement Light.Dim | Collin Guarino |
2016-02-24 | Implemented Light.SetBrightness as a shortcut to using a SetState struct. | Collin Guarino |
2016-02-19 | Cleaned up Light struct documentation. | Collin Guarino |
2016-02-19 | Implemented light.Dim func. | Collin Guarino |
2016-02-19 | Implemented Light.SetColor with light color XY HSL values pre-defined. | Collin Guarino |
2016-02-18 | Moved functions, rearranged Bridge.funcs into bridge.go file | Collin Guarino |
2016-02-18 | Implemented Bridge.Login() func that will assign Bridge.Username and create t... | Collin Guarino |
2016-02-17 | Changed light definitions of 'self' to 'light'. | Collin Guarino |
2016-02-16 | Renamed all 'self' definitions to resemble the struct name. | Collin Guarino |
2016-02-16 | Changed documentation header standard project wide to a less passive voice. | Collin Guarino |
2016-02-14 | Documentation links for philips hue website to official docs added to all fil... | Collin Guarino |
2016-02-14 | Fixed Light struct integer types and added more documentation for SetState func. | Collin Guarino |
2016-02-14 | Improved Light.Blink by dimming and raising the brightness instead of turning... | Collin Guarino |
2016-02-13 | Converted SetLightState to Light.SetState | Collin Guarino |
2016-02-13 | Cleaned up documentation and tests. | Collin Guarino |
2016-02-13 | Added documentation for Bridge.Delete, Bridge.Put, Light.Delete. | Collin Guarino |
2016-02-13 | Implemented Bridge.Delete and Light.Delete. | Collin Guarino |
2016-02-12 | Renamed GetLight to GetLightByName and added unit tests. | Collin Guarino |
2016-02-12 | Speed improvements to SetLightState by using new GetLightByIndex func. | Collin Guarino |
2016-02-12 | Major speed improvement for getting light state. | Collin Guarino |
2016-02-12 | Added Light.Blink and made SetLightState get the new light state after a change. | Collin Guarino |
2016-02-12 | Simplified GetLight func and cleaned up Light json struct. | Collin Guarino |
2016-02-11 | Finalized Light.SetName function, fixed error caused by invalid uri. | Collin Guarino |
2016-02-10 | Simplified Light.ColorLoop to accept a boolean instead of having on/off/toggl... | Collin Guarino |
2016-02-10 | Added email to license headers. | Collin Guarino |
2016-02-10 | Added screenname to license headers. | Collin Guarino |
2016-02-10 | Added GPLv2 license header to all files. | Collin Guarino |
2016-02-09 | Attempt to fix memory error with SetName. | Collin Guarino |
2016-02-08 | Rough implementation for Light.SetName and simplified Bridge.Put returns. | Collin Guarino |
2016-02-08 | Fixed documentation capitalization for Light struct. | Collin Guarino |
2016-02-08 | Added documentation to the 3 colorloop functions. | Collin Guarino |
2016-02-08 | Fixed light on/off toggle to return error. | Collin Guarino |
2016-02-08 | Added ColorLoop on, off, toggle functions. | Collin Guarino |
2016-02-07 | Simplified light.On/Off and added error returns. | Collin Guarino |
2016-02-07 | Added light.Toggle func and documentation for On, Off, Toggle. | Collin Guarino |
2016-02-07 | Restructured light struct and all funcs to manage bridge association. | Collin Guarino |
2016-02-07 | Configuring On/Off functions for lights. | Collin Guarino |
2016-02-06 | Fixed LightState struct and bridge.Put request model. | Collin Guarino |
2016-02-04 | Added json bindings for LightState struct. | Collin Guarino |
2016-02-04 | Added index to Light struct to easily reference it from []light. | Collin Guarino |
2016-02-04 | Prepared SetLightState for bridge.Put | Collin Guarino |