Age | Commit message (Expand) | Author |
2016-02-12 | Fixed line spacing on features list | Collin Guarino |
2016-02-12 | Changed features list format. | Collin Guarino |
2016-02-12 | Reorganized features list and checked off newly completed features. | 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 | Merge branch 'master' of https://github.com/Collinux/GoHue | Collin Guarino |
2016-02-10 | Removed colorloop toggle, kept on/off states | Collin Guarino |
2016-02-10 | Simplified Light.ColorLoop to accept a boolean instead of having on/off/toggl... | Collin Guarino |
2016-02-10 | Moved license and contribution section to the top | Collin Guarino |
2016-02-10 | Merge branch 'master' of https://github.com/Collinux/GoHue | Collin Guarino |
2016-02-10 | Added email to license headers. | Collin Guarino |
2016-02-10 | Added license and contribution sections | Collin Guarino |
2016-02-10 | Merge branch 'master' of https://github.com/Collinux/GoHue | 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-10 | Implemented GPLv2 License | Collin Guarino |
2016-02-09 | Attempt to fix memory error with SetName. | Collin Guarino |
2016-02-08 | Added colorloop on, off, toggle to implemented features list. | Collin Guarino |
2016-02-08 | Merge branch 'master' of https://github.com/Collinux/GoHue | 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 | Updated roadmap completed items | Collin Guarino |
2016-02-07 | Mirrored hue site's documentation sections for roadmap | Collin Guarino |
2016-02-07 | Simplified light.On/Off and added error returns. | Collin Guarino |
2016-02-07 | Updated roadmap with completed light functions | 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 | Merge branch 'master' of https://github.com/Collinux/GoHue | Collin Guarino |
2016-02-06 | Improved visual testing for light state SetLightState. | Collin Guarino |
2016-02-06 | Improved log formatting with line separators. | Collin Guarino |
2016-02-06 | Fixed LightState struct and bridge.Put request model. | Collin Guarino |
2016-02-05 | Updated roadmap completed items | 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 | Rough commit for bridge.Put. Need to fix http.NewRequest to provde an io.Reader. | Collin Guarino |
2016-02-04 | Prepared SetLightState for bridge.Put | Collin Guarino |
2016-02-03 | Cleaned up bridge.go file, added more documentation, and fixed line spacing. | Collin Guarino |
2016-02-03 | Cleaned up GetBridgeInfo func. | Collin Guarino |
2016-02-03 | Implemented bridge.Post and converted CreateUser func to use it. | Collin Guarino |
2016-02-02 | Merge branch 'master' of https://github.com/Collinux/GoHue | Collin Guarino |
2016-02-02 | Added handleResponse and bridge.Error to manage http responses and bridge spe... | Collin Guarino |
2016-02-02 | Started on bridge.Post func. | Collin Guarino |