aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-07Updated roadmap completed itemsCollin Guarino
2016-02-07Mirrored hue site's documentation sections for roadmapCollin 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
2016-01-31Refactored naming convention for http.Collin Guarino
2016-01-31Refactored error system to make sure all functions return an error if it occurs.Collin Guarino
2016-01-31Rough implementation of SetLightState with unit tests.Collin Guarino
2016-01-31Fixed json unmarshal issue in GetAllLights caused by invalid data type (was n...Collin Guarino
2016-01-30Fixed light state float types and started SetLightState func.Collin Guarino
2016-01-30Prepared SetLightState struct for SetState func.Collin Guarino
2016-01-30Renamed lights files to light (singular).Collin Guarino
2016-01-30Reconfigured trace func to use log.Fatal for os.exit.Collin Guarino
2016-01-30Cleaned up CreateUser function and added documentation.Collin Guarino
2016-01-30Added dev specific error types and converted CreateUser, Bridge functions to ...Collin Guarino
2016-01-30Added some command specific errors.Collin Guarino
2016-01-30Fixed spacing with generic error details.Collin Guarino
2016-01-30Added generic errors from Hue doc site.Collin Guarino
2016-01-30Hacky json parsing in CreateUser. Will fix later.Collin Guarino
2016-01-28Condensed BridgeInfo struct into one with embedded structs.Collin Guarino
2016-01-28Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-01-28Added error struct, working on CreateUser integration for handling.Collin Guarino
2016-01-28Cleaned up unit tests.Collin Guarino
2016-01-28Refactored GetAllLights to work well with GetLightCollin Guarino
2016-01-27Complete solution to GetAllLights, fixed previously broken mapping.Collin Guarino
2016-01-25Working implementation for CreateUser with unit tests.Collin Guarino
2016-01-25Base implementation for CreateUser function.Collin Guarino
2016-01-25Created readmeCollin Guarino
2016-01-24Unit tests for lights.go file.Collin Guarino