Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-23 | Add capabilities to Light structHEADmaster | Ben Burwell | |
The Hue API returns a "capabilities" key along with each light that specifies the parameters available for the light. These capabilities allow subsequent requests/settings to be made more intelligently depending on the features supported by the luminaire. | |||
2018-04-03 | Fix for #13 import collision in example code | Collinux | |
2018-03-05 | Update README.md | Collinux | |
2018-01-07 | Extra details about library use. | Collin | |
2017-03-25 | Merge pull request #12 from realytcracker/master | Collin Guarino | |
Removed redundant light.On calls from README example | |||
2017-03-25 | Removed redundant light.On calls | realytcracker | |
2017-03-17 | Merge pull request #11 from EvanPurkhiser/fix-action-types | Collin Guarino | |
Correct some Action fields to be pointers | |||
2017-03-16 | Correct some Action fields to be pointers | Evan Purkhiser | |
Since we specify omitempty on all Action fields it's important that fields whose empty values are valid values to marshal, we must use pointer types, so that the empty value is nil, not the empty value of the type For example, prior to this change you could not specify On: false and have it correctly be marshaled into a Action JSON. | |||
2017-03-09 | Moved "See GoHue in action" below the intro | Collin Guarino | |
2017-03-08 | Moved "See GoHue in action" towards the top | Collin Guarino | |
2017-03-08 | BitHue added to supported projects | Collin Guarino | |
2017-03-08 | Merge pull request #10 from realytcracker/master | Collin Guarino | |
various formatting changes, timeout added, SetColorHS | |||
2017-03-07 | added SetColorHS, SetColorXY as alias of SetColor | realytcracker | |
2017-03-07 | fixed get error | realytcracker | |
2017-03-07 | cleaned godoc format, returned else blocks | realytcracker | |
2017-03-06 | added 5s timeout to http.client | realytcracker | |
2016-12-13 | Merge pull request #8 from inhies/master | Collin Guarino | |
Remove logging output | |||
2016-12-10 | Remove logging output | inhies | |
2016-11-09 | Merge pull request #6 from inhies/master | Collin Guarino | |
Added Go Report Card score to README and fixed issues lowering score related to formatting | |||
2016-11-03 | Fix complaints | inhies | |
2016-11-03 | Go fmt bridge.go | inhies | |
2016-11-03 | Add Go Report Card badge | inhies | |
2016-09-23 | Fixed issue #1 invalid types for hue and saturation in LightState struct. | Collin Guarino | |
2016-09-23 | Added error checking in light_test | Collin Guarino | |
2016-09-23 | Merge branch 'master' of github.com:Collinux/GoHue | Collin Guarino | |
2016-09-23 | Fixed schedule_test output | Collin Guarino | |
2016-09-23 | Fixed light_test output | Collin Guarino | |
2016-09-23 | Fixed bridge_test file output | Collin Guarino | |
2016-09-23 | Fixed output of group and scene test files. | Collin Guarino | |
2016-09-23 | Merge pull request #5 from chbmuc/master | Collin Guarino | |
Add (scene) functions | |||
2016-09-15 | add RecallSceneByName() | Christian Brunner | |
2016-09-15 | add RecallScene | Christian Brunner | |
2016-09-15 | add SetGroupState() | Christian Brunner | |
2016-09-15 | add GetSceneByName() | Christian Brunner | |
2016-07-03 | Added "See GoHue in action!" section | Collin Guarino | |
Added "HueBeat" by Mobilpadde as an example implementation. | |||
2016-02-29 | Changed example code to match new FindBridges function and fixed documentation. | Collin Guarino | |
2016-02-29 | Changed FindBridge to FindBridges (plural) and refactored the function to ↵ | Collin Guarino | |
return []Bridge instead of just the first one. | |||
2016-02-28 | Added defer on response body to close after HandleResponse finishes. | Collin Guarino | |
2016-02-28 | Checked off 'search for new lights' under bridge features. | Collin Guarino | |
2016-02-28 | Implemented Bridge.FindNewLights func. | Collin Guarino | |
2016-02-28 | Ran go fmt on all files. | Collin Guarino | |
2016-02-27 | Fixed example code to reflect new login system. | Collin Guarino | |
2016-02-27 | Major fix for Bridge.CreateUser and change to user management design. | Collin Guarino | |
2016-02-27 | Fixed Bridge.Login to verify authentication instead of crashing later. | Collin Guarino | |
2016-02-27 | Checked off 'search for new bridges' feature. | Collin Guarino | |
2016-02-27 | Implemented FindBridge, added unit tests, and documentation. | Collin Guarino | |
2016-02-26 | Improved color variable documentation. | Collin Guarino | |
2016-02-25 | Update README.md | Collin Guarino | |
2016-02-25 | Added godocs icon with link to library spec | Collin Guarino | |
2016-02-25 | Added clarity to Bridge.NewBridge documentation and adjusted error output ↵ | Collin Guarino | |
line spacing. |