aboutsummaryrefslogtreecommitdiff
path: root/schedule.go
AgeCommit message (Expand)Author
2017-03-07cleaned godoc format, returned else blocksrealytcracker
2016-02-28Ran go fmt on all files.Collin Guarino
2016-02-16Renamed all 'self' definitions to resemble the struct name.Collin Guarino
2016-02-16Changed documentation header standard project wide to a less passive voice.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-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-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-14Added plan for schedule functions.Collin Guarino
2016-02-14Base implemention for schedule.go with structs.Collin Guarino