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
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
2016-02-25
Converted Blink to use new SetBrightness func.
Collin Guarino
2016-02-24
Fixed bug in Bridge.GetAllLights where light.Bridge was not assigned and caus...
Collin Guarino
2016-02-24
Major bug fix for Bridge.GetAllLights not working in missing index cases.
Collin Guarino
2016-02-24
Added error checking to Light.Dim and Light.SetBrightness
Collin Guarino
2016-02-24
Implemented Light.Brighten to complement Light.Dim
Collin Guarino
2016-02-24
Added example for light.SetBrightness to readme.
Collin Guarino
2016-02-24
Implemented Light.SetBrightness as a shortcut to using a SetState struct.
Collin Guarino
2016-02-21
Reverted last change since /lights/<index> must start at 1.
Collin Guarino
2016-02-21
Fixed index issue where GetAllLights would not get index 0.
Collin Guarino
2016-02-21
Temporarily making Bridge.Login not force CreateUser every time in case the u...
Collin Guarino
2016-02-21
Improved error handling for Bridge.Login and Bridge.CreateUser
Collin Guarino
2016-02-21
Implemented error catching on GetAllLights if no lights are found.
Collin Guarino
2016-02-20
Implemented more verbose error output.
Collin Guarino
2016-02-20
Improved error log system.
Collin Guarino
2016-02-19
Cleaned up Light struct documentation.
Collin Guarino
2016-02-19
Implemented light.Dim func.
Collin Guarino
2016-02-19
Added examples for Light.SetColor
Collin Guarino
2016-02-19
Implemented Light.SetColor with light color XY HSL values pre-defined.
Collin Guarino
2016-02-19
Removed unnecessary parenthesis around GetInfo return.
Collin Guarino
2016-02-19
Simplified BridgeInfo Device struct and claned up Bridge.GetInfo
Collin Guarino
2016-02-19
Removed all log output except for errors.
Collin Guarino
[next]