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 (
Expand
)
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 fil...
Collin Guarino
2016-02-14
Added documentation and changed Bridge.GetScenes to Bridge.GetAllScenes for c...
Collin Guarino
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 i...
Collin Guarino
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 tha...
Collin Guarino
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