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-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
2016-02-18
Moved functions, rearranged Bridge.funcs into bridge.go file
Collin Guarino
2016-02-18
Added usage code examples in readme.
Collin Guarino
2016-02-18
Merge branch 'master' of https://github.com/Collinux/GoHue
Collin Guarino
2016-02-18
Implemented Bridge.Login() func that will assign Bridge.Username and create t...
Collin Guarino
2016-02-18
Added installation and usage sections.
Collin Guarino
2016-02-17
Changed light definitions of 'self' to 'light'.
Collin Guarino
2016-02-17
Changed more 'self' definition names to reflect the name of the struct.
Collin Guarino
2016-02-16
Renamed all 'self' definitions to resemble the struct name.
Collin Guarino
2016-02-16
Changed GoHue descriptor to match the github header description.
Collin Guarino
2016-02-16
Changed documentation header standard project wide to a less passive voice.
Collin Guarino
2016-02-16
Added base implementations for Bridge.ModifySceneState and Bridge.ModifyScene...
Collin Guarino
[next]