aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-14Added API section for Philips documentation.Collin Guarino
2016-02-14Added plan for schedule functions.Collin Guarino
2016-02-14Base implemention for schedule.go with structs.Collin Guarino
2016-02-14Fixed Light struct integer types and added more documentation for SetState func.Collin Guarino
2016-02-14Improved Light.Blink by dimming and raising the brightness instead of turning...Collin Guarino
2016-02-13Checked off Delete User func from features list.Collin Guarino
2016-02-13Implemented Bridge.DeleteUser func and tweaked Bridge.CreateUserCollin Guarino
2016-02-13Cleaned up Bridge.CreateUserCollin Guarino
2016-02-13Checked off items on the feature list.Collin Guarino
2016-02-13Converted SetLightState to Light.SetStateCollin Guarino
2016-02-13Converted GetBridgeInfo to Bridge.GetInfoCollin Guarino
2016-02-13Moved CreateUser to Bridge.CreateUserCollin Guarino
2016-02-13Cleaned up documentation and tests.Collin Guarino
2016-02-13Added documentation for Bridge.Delete, Bridge.Put, Light.Delete.Collin Guarino
2016-02-13Implemented Bridge.Delete and Light.Delete.Collin Guarino
2016-02-13Removed unused Error struct.Collin Guarino
2016-02-12Fixed line spacing on features listCollin Guarino
2016-02-12Changed features list format.Collin Guarino
2016-02-12Reorganized features list and checked off newly completed features.Collin Guarino
2016-02-12Renamed GetLight to GetLightByName and added unit tests.Collin Guarino
2016-02-12Speed improvements to SetLightState by using new GetLightByIndex func.Collin Guarino
2016-02-12Major speed improvement for getting light state.Collin Guarino
2016-02-12Added Light.Blink and made SetLightState get the new light state after a change.Collin Guarino
2016-02-12Simplified GetLight func and cleaned up Light json struct.Collin Guarino
2016-02-11Finalized Light.SetName function, fixed error caused by invalid uri.Collin Guarino
2016-02-10Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-02-10Removed colorloop toggle, kept on/off statesCollin Guarino
2016-02-10Simplified Light.ColorLoop to accept a boolean instead of having on/off/toggl...Collin Guarino
2016-02-10Moved license and contribution section to the topCollin Guarino
2016-02-10Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-02-10Added email to license headers.Collin Guarino
2016-02-10Added license and contribution sectionsCollin Guarino
2016-02-10Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-02-10Added screenname to license headers.Collin Guarino
2016-02-10Added GPLv2 license header to all files.Collin Guarino
2016-02-10Implemented GPLv2 LicenseCollin Guarino
2016-02-09Attempt to fix memory error with SetName.Collin Guarino
2016-02-08Added colorloop on, off, toggle to implemented features list.Collin Guarino
2016-02-08Merge branch 'master' of https://github.com/Collinux/GoHueCollin Guarino
2016-02-08Rough implementation for Light.SetName and simplified Bridge.Put returns.Collin Guarino