index
:
gohue
master
Phillips Hue API client in Go.
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-05-23
Add capabilities to Light struct
HEAD
master
Ben Burwell
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
2017-03-25
Removed redundant light.On calls
realytcracker
2017-03-17
Merge pull request #11 from EvanPurkhiser/fix-action-types
Collin Guarino
2017-03-16
Correct some Action fields to be pointers
Evan Purkhiser
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
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
2016-12-10
Remove logging output
inhies
2016-11-09
Merge pull request #6 from inhies/master
Collin Guarino
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
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
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 ret...
Collin Guarino
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 lin...
Collin Guarino
[next]