aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-23Add capabilities to Light structHEADmasterBen Burwell
2018-04-03Fix for #13 import collision in example codeCollinux
2018-03-05Update README.mdCollinux
2018-01-07Extra details about library use.Collin
2017-03-25Merge pull request #12 from realytcracker/masterCollin Guarino
2017-03-25Removed redundant light.On callsrealytcracker
2017-03-17Merge pull request #11 from EvanPurkhiser/fix-action-typesCollin Guarino
2017-03-16Correct some Action fields to be pointersEvan Purkhiser
2017-03-09Moved "See GoHue in action" below the introCollin Guarino
2017-03-08Moved "See GoHue in action" towards the topCollin Guarino
2017-03-08BitHue added to supported projectsCollin Guarino
2017-03-08Merge pull request #10 from realytcracker/masterCollin Guarino
2017-03-07added SetColorHS, SetColorXY as alias of SetColorrealytcracker
2017-03-07fixed get errorrealytcracker
2017-03-07cleaned godoc format, returned else blocksrealytcracker
2017-03-06added 5s timeout to http.clientrealytcracker
2016-12-13Merge pull request #8 from inhies/masterCollin Guarino
2016-12-10Remove logging outputinhies
2016-11-09Merge pull request #6 from inhies/masterCollin Guarino
2016-11-03Fix complaintsinhies
2016-11-03Go fmt bridge.goinhies
2016-11-03Add Go Report Card badgeinhies
2016-09-23Fixed issue #1 invalid types for hue and saturation in LightState struct.Collin Guarino
2016-09-23Added error checking in light_testCollin Guarino
2016-09-23Merge branch 'master' of github.com:Collinux/GoHueCollin Guarino
2016-09-23Fixed schedule_test outputCollin Guarino
2016-09-23Fixed light_test outputCollin Guarino
2016-09-23Fixed bridge_test file outputCollin Guarino
2016-09-23Fixed output of group and scene test files.Collin Guarino
2016-09-23Merge pull request #5 from chbmuc/masterCollin Guarino
2016-09-15add RecallSceneByName()Christian Brunner
2016-09-15add RecallSceneChristian Brunner
2016-09-15add SetGroupState()Christian Brunner
2016-09-15add GetSceneByName()Christian Brunner
2016-07-03Added "See GoHue in action!" sectionCollin Guarino
2016-02-29Changed example code to match new FindBridges function and fixed documentation.Collin Guarino
2016-02-29Changed FindBridge to FindBridges (plural) and refactored the function to ret...Collin Guarino
2016-02-28Added defer on response body to close after HandleResponse finishes.Collin Guarino
2016-02-28Checked off 'search for new lights' under bridge features.Collin Guarino
2016-02-28Implemented Bridge.FindNewLights func.Collin Guarino
2016-02-28Ran go fmt on all files.Collin Guarino
2016-02-27Fixed example code to reflect new login system.Collin Guarino
2016-02-27Major fix for Bridge.CreateUser and change to user management design.Collin Guarino
2016-02-27Fixed Bridge.Login to verify authentication instead of crashing later.Collin Guarino
2016-02-27Checked off 'search for new bridges' feature.Collin Guarino
2016-02-27Implemented FindBridge, added unit tests, and documentation.Collin Guarino
2016-02-26Improved color variable documentation.Collin Guarino
2016-02-25Update README.mdCollin Guarino
2016-02-25Added godocs icon with link to library specCollin Guarino
2016-02-25Added clarity to Bridge.NewBridge documentation and adjusted error output lin...Collin Guarino