index
:
gohue
master
Phillips Hue API client in Go.
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene.go
Age
Commit message (
Expand
)
Author
2017-03-07
cleaned godoc format, returned else blocks
realytcracker
2016-09-15
add RecallSceneByName()
Christian Brunner
2016-09-15
add RecallScene
Christian Brunner
2016-09-15
add GetSceneByName()
Christian Brunner
2016-02-28
Ran go fmt on all files.
Collin Guarino
2016-02-16
Changed documentation header standard project wide to a less passive voice.
Collin Guarino
2016-02-16
Added base implementations for Bridge.ModifySceneState and Bridge.ModifyScene...
Collin Guarino
2016-02-15
Fixed Bridge.CreateScene to pass scene_test
Collin Guarino
2016-02-15
Implementation for Bridge.CreateScene
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
Implemented Bridge.GetScene with ID.
Collin Guarino
2016-02-14
Scene struct and Bridge.GetScenes func implementation.
Collin Guarino
2016-02-14
Started scene files.
Collin Guarino