aboutsummaryrefslogtreecommitdiff
path: root/schedule.go
AgeCommit message (Collapse)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 ↵Collin Guarino
file headers.
2016-02-14Added documentation and changed Bridge.GetScenes to Bridge.GetAllScenes for ↵Collin Guarino
clarification.
2016-02-14Added base functions and struct for groups.Collin Guarino
2016-02-14Started working on bridge.CreateSchedule, better to start working on groups ↵Collin Guarino
instead.
2016-02-14Added documentation and clarity to Bridge.GetAllSchedules and Bridge.GetScheduleCollin Guarino
2016-02-14Renamed Bridge.GetSchedules to Bridge.GetAllSchedules for clarify between ↵Collin Guarino
that and Bridge.GetSchedule (singular).
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