index
:
gohue
master
Phillips Hue API client in Go.
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
schedule.go
Age
Commit message (
Collapse
)
Author
2016-02-16
Renamed all 'self' definitions to resemble the struct name.
Collin Guarino
2016-02-16
Changed documentation header standard project wide to a less passive voice.
Collin Guarino
2016-02-14
Documentation links for philips hue website to official docs added to all ↵
Collin Guarino
file headers.
2016-02-14
Added documentation and changed Bridge.GetScenes to Bridge.GetAllScenes for ↵
Collin Guarino
clarification.
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 ↵
Collin Guarino
instead.
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 ↵
Collin Guarino
that and Bridge.GetSchedule (singular).
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
Added plan for schedule functions.
Collin Guarino
2016-02-14
Base implemention for schedule.go with structs.
Collin Guarino