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 (
Collapse
)
Author
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.
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 ↵
Collin Guarino
causing a nil pointer.
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 ↵
Collin Guarino
user does not exist.
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 ↵
Collin Guarino
the user if it does not exist. Also convered more functions to Bridge.func()
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 ↵
Collin Guarino
Bridge.ModifyScene functions.
2016-02-15
Fixed Bridge.CreateScene to pass scene_test
Collin Guarino
2016-02-15
Implementation for Bridge.CreateScene
Collin Guarino
2016-02-14
Re-arranged feature list items.
Collin Guarino
2016-02-14
Documentation links for philips hue website to official docs added to all ↵
Collin Guarino
file headers.
2016-02-14
Added documentation and changed Bridge.GetScenes to Bridge.GetAllScenes for ↵
Collin Guarino
clarification.
2016-02-14
Implemented Bridge.GetScene with ID.
Collin Guarino
2016-02-14
Scene struct and Bridge.GetScenes func implementation.
Collin Guarino
2016-02-14
Started scene files.
Collin Guarino
[next]