aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-25Converted Blink to use new SetBrightness func.Collin Guarino
2016-02-24Fixed bug in Bridge.GetAllLights where light.Bridge was not assigned and caus...Collin Guarino
2016-02-24Major bug fix for Bridge.GetAllLights not working in missing index cases.Collin Guarino
2016-02-24Added error checking to Light.Dim and Light.SetBrightnessCollin Guarino
2016-02-24Implemented Light.Brighten to complement Light.DimCollin Guarino
2016-02-24Added example for light.SetBrightness to readme.Collin Guarino
2016-02-24Implemented Light.SetBrightness as a shortcut to using a SetState struct.Collin Guarino
2016-02-21Reverted last change since /lights/<index> must start at 1.Collin Guarino
2016-02-21Fixed index issue where GetAllLights would not get index 0.Collin Guarino
2016-02-21Temporarily making Bridge.Login not force CreateUser every time in case the u...Collin Guarino
2016-02-21Improved error handling for Bridge.Login and Bridge.CreateUserCollin Guarino
2016-02-21Implemented error catching on GetAllLights if no lights are found.Collin Guarino
2016-02-20Implemented more verbose error output.Collin Guarino
2016-02-20Improved error log system.Collin Guarino
2016-02-19Cleaned up Light struct documentation.Collin Guarino
2016-02-19Implemented light.Dim func.Collin Guarino
2016-02-19Added examples for Light.SetColorCollin Guarino
2016-02-19Implemented Light.SetColor with light color XY HSL values pre-defined.Collin Guarino
2016-02-19Removed unnecessary parenthesis around GetInfo return.Collin Guarino
2016-02-19Simplified BridgeInfo Device struct and claned up Bridge.GetInfoCollin Guarino
2016-02-19Removed all log output except for errors.Collin Guarino
2016-02-18Moved functions, rearranged Bridge.funcs into bridge.go fileCollin Guarino
2016-02-18Added usage code examples in readme.Collin Guarino
2016-02-18Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-02-18Implemented Bridge.Login() func that will assign Bridge.Username and create t...Collin Guarino
2016-02-18Added installation and usage sections.Collin Guarino
2016-02-17Changed light definitions of 'self' to 'light'.Collin Guarino
2016-02-17Changed more 'self' definition names to reflect the name of the struct.Collin Guarino
2016-02-16Renamed all 'self' definitions to resemble the struct name.Collin Guarino
2016-02-16Changed GoHue descriptor to match the github header description.Collin Guarino
2016-02-16Changed documentation header standard project wide to a less passive voice.Collin Guarino
2016-02-16Added base implementations for Bridge.ModifySceneState and Bridge.ModifyScene...Collin Guarino
2016-02-15Fixed Bridge.CreateScene to pass scene_testCollin Guarino
2016-02-15Implementation for Bridge.CreateSceneCollin Guarino
2016-02-14Re-arranged feature list items.Collin Guarino
2016-02-14Documentation links for philips hue website to official docs added to all fil...Collin Guarino
2016-02-14Added documentation and changed Bridge.GetScenes to Bridge.GetAllScenes for c...Collin Guarino
2016-02-14Implemented Bridge.GetScene with ID.Collin Guarino
2016-02-14Scene struct and Bridge.GetScenes func implementation.Collin Guarino
2016-02-14Started scene files.Collin Guarino
2016-02-14Added base functions and struct for groups.Collin Guarino
2016-02-14Started working on bridge.CreateSchedule, better to start working on groups i...Collin Guarino
2016-02-14Updated features list to check off schedule functions.Collin Guarino
2016-02-14Added documentation and clarity to Bridge.GetAllSchedules and Bridge.GetScheduleCollin Guarino
2016-02-14Renamed Bridge.GetSchedules to Bridge.GetAllSchedules for clarify between tha...Collin Guarino
2016-02-14Implemented Bridge.GetSchedule for individual schedule attribute inspections.Collin Guarino
2016-02-14Added documentation for Bridge.GetSchedules and Schedule struct.Collin Guarino
2016-02-14Implemented GetSchedules func with new Schedule struct.Collin Guarino
2016-02-14Fixed json struct spacing issues in schedules.Collin Guarino
2016-02-14Fixed capitalization.Collin Guarino