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-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
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 fil...
Collin Guarino
2016-02-14
Added documentation and changed Bridge.GetScenes to Bridge.GetAllScenes for c...
Collin Guarino
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
2016-02-14
Added base functions and struct for groups.
Collin Guarino
2016-02-14
Started working on bridge.CreateSchedule, better to start working on groups i...
Collin Guarino
2016-02-14
Updated features list to check off schedule functions.
Collin Guarino
2016-02-14
Added documentation and clarity to Bridge.GetAllSchedules and Bridge.GetSchedule
Collin Guarino
2016-02-14
Renamed Bridge.GetSchedules to Bridge.GetAllSchedules for clarify between tha...
Collin Guarino
2016-02-14
Implemented Bridge.GetSchedule for individual schedule attribute inspections.
Collin Guarino
2016-02-14
Added documentation for Bridge.GetSchedules and Schedule struct.
Collin Guarino
2016-02-14
Implemented GetSchedules func with new Schedule struct.
Collin Guarino
2016-02-14
Fixed json struct spacing issues in schedules.
Collin Guarino
2016-02-14
Fixed capitalization.
Collin Guarino
2016-02-14
Added API section for Philips documentation.
Collin Guarino
2016-02-14
Added plan for schedule functions.
Collin Guarino
2016-02-14
Base implemention for schedule.go with structs.
Collin Guarino
2016-02-14
Fixed Light struct integer types and added more documentation for SetState func.
Collin Guarino
[next]