aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-12Major speed improvement for getting light state.Collin Guarino
2016-02-12Added Light.Blink and made SetLightState get the new light state after a change.Collin Guarino
2016-02-12Simplified GetLight func and cleaned up Light json struct.Collin Guarino
2016-02-11Finalized Light.SetName function, fixed error caused by invalid uri.Collin Guarino
2016-02-10Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-02-10Removed colorloop toggle, kept on/off statesCollin Guarino
2016-02-10Simplified Light.ColorLoop to accept a boolean instead of having on/off/toggl...Collin Guarino
2016-02-10Moved license and contribution section to the topCollin Guarino
2016-02-10Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-02-10Added email to license headers.Collin Guarino
2016-02-10Added license and contribution sectionsCollin Guarino
2016-02-10Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-02-10Added screenname to license headers.Collin Guarino
2016-02-10Added GPLv2 license header to all files.Collin Guarino
2016-02-10Implemented GPLv2 LicenseCollin Guarino
2016-02-09Attempt to fix memory error with SetName.Collin Guarino
2016-02-08Added colorloop on, off, toggle to implemented features list.Collin Guarino
2016-02-08Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-02-08Rough implementation for Light.SetName and simplified Bridge.Put returns.Collin Guarino
2016-02-08Fixed documentation capitalization for Light struct.Collin Guarino
2016-02-08Added documentation to the 3 colorloop functions.Collin Guarino
2016-02-08Fixed light on/off toggle to return error.Collin Guarino
2016-02-08Added ColorLoop on, off, toggle functions.Collin Guarino
2016-02-07Updated roadmap completed itemsCollin Guarino
2016-02-07Mirrored hue site's documentation sections for roadmapCollin Guarino
2016-02-07Simplified light.On/Off and added error returns.Collin Guarino
2016-02-07Updated roadmap with completed light functionsCollin Guarino
2016-02-07Added light.Toggle func and documentation for On, Off, Toggle.Collin Guarino
2016-02-07Restructured light struct and all funcs to manage bridge association.Collin Guarino
2016-02-07Configuring On/Off functions for lights.Collin Guarino
2016-02-06Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-02-06Improved visual testing for light state SetLightState.Collin Guarino
2016-02-06Improved log formatting with line separators.Collin Guarino
2016-02-06Fixed LightState struct and bridge.Put request model.Collin Guarino
2016-02-05Updated roadmap completed itemsCollin Guarino
2016-02-04Added json bindings for LightState struct.Collin Guarino
2016-02-04Added index to Light struct to easily reference it from []light.Collin Guarino
2016-02-04Rough commit for bridge.Put. Need to fix http.NewRequest to provde an io.Reader.Collin Guarino
2016-02-04Prepared SetLightState for bridge.PutCollin Guarino
2016-02-03Cleaned up bridge.go file, added more documentation, and fixed line spacing.Collin Guarino
2016-02-03Cleaned up GetBridgeInfo func.Collin Guarino
2016-02-03Implemented bridge.Post and converted CreateUser func to use it.Collin Guarino
2016-02-02Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-02-02Added handleResponse and bridge.Error to manage http responses and bridge spe...Collin Guarino
2016-02-02Started on bridge.Post func.Collin Guarino
2016-02-02Convered GetAllLights to use the bridge.Get function.Collin Guarino
2016-02-02Added roadmapCollin Guarino
2016-02-01Implementation for bridge.Get and made GetBridgeInfo use the new function.Collin Guarino
2016-01-31Rough implementation for bridge.GetCollin Guarino
2016-01-31Cleaned up code formatting.Collin Guarino