aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-01-24Unit tests for bridge.go file.Collin Guarino
2016-01-24Improved function header documentation format.Collin Guarino
2016-01-24Rough implementation for GetAllLights.Collin Guarino
2016-01-23Base file structure for lights.go implementation.Collin Guarino
2016-01-23Added username to default NewBridge definition.Collin Guarino
2016-01-23Added error tracing and better log output for GetBridgeInfo.Collin Guarino
2016-01-23Fully operational GetBridgeInfo function.Collin Guarino
2016-01-23Debugging xml.Unmarshal not showing any data.Collin Guarino
2016-01-22Added rough implementation of GetBridgeInfo that parses the XML file.Collin Guarino
2016-01-22Changed Bridge Info struct to match manufacturer XML spec.Collin Guarino
2016-01-22Starting implementation for GetBridgeInfoCollin Guarino
2016-01-22Inner struct for bridge info from /description.htmlCollin Guarino
2016-01-22Base structure for bridge.Collin Guarino