index
:
gohue
master
Phillips Hue API client in Go.
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2016-02-16
Renamed all 'self' definitions to resemble the struct name.
Collin Guarino
2016-02-16
Changed GoHue descriptor to match the github header description.
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 ↵
Collin Guarino
Bridge.ModifyScene functions.
2016-02-15
Fixed Bridge.CreateScene to pass scene_test
Collin Guarino
2016-02-15
Implementation for Bridge.CreateScene
Collin Guarino
2016-02-14
Re-arranged feature list items.
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
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
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
Updated features list to check off schedule functions.
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 ↵
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
Fixed capitalization.
Collin Guarino
2016-02-14
Added API section for Philips documentation.
Collin Guarino
2016-02-14
Added plan for schedule functions.
Collin Guarino
2016-02-14
Base implemention for schedule.go with structs.
Collin Guarino
2016-02-14
Fixed Light struct integer types and added more documentation for SetState func.
Collin Guarino
2016-02-14
Improved Light.Blink by dimming and raising the brightness instead of ↵
Collin Guarino
turning on and off.
2016-02-13
Checked off Delete User func from features list.
Collin Guarino
2016-02-13
Implemented Bridge.DeleteUser func and tweaked Bridge.CreateUser
Collin Guarino
2016-02-13
Cleaned up Bridge.CreateUser
Collin Guarino
2016-02-13
Checked off items on the feature list.
Collin Guarino
2016-02-13
Converted SetLightState to Light.SetState
Collin Guarino
2016-02-13
Converted GetBridgeInfo to Bridge.GetInfo
Collin Guarino
2016-02-13
Moved CreateUser to Bridge.CreateUser
Collin Guarino
2016-02-13
Cleaned up documentation and tests.
Collin Guarino
2016-02-13
Added documentation for Bridge.Delete, Bridge.Put, Light.Delete.
Collin Guarino
2016-02-13
Implemented Bridge.Delete and Light.Delete.
Collin Guarino
2016-02-13
Removed unused Error struct.
Collin Guarino
2016-02-12
Fixed line spacing on features list
Collin Guarino
2016-02-12
Changed features list format.
Collin Guarino
2016-02-12
Reorganized features list and checked off newly completed features.
Collin Guarino
2016-02-12
Renamed GetLight to GetLightByName and added unit tests.
Collin Guarino
2016-02-12
Speed improvements to SetLightState by using new GetLightByIndex func.
Collin Guarino
2016-02-12
Major speed improvement for getting light state.
Collin Guarino
2016-02-12
Added Light.Blink and made SetLightState get the new light state after a change.
Collin Guarino
2016-02-12
Simplified GetLight func and cleaned up Light json struct.
Collin Guarino
2016-02-11
Finalized Light.SetName function, fixed error caused by invalid uri.
Collin Guarino
2016-02-10
Merge branch 'master' of https://github.com/Collinux/GoHue
Collin Guarino
2016-02-10
Removed colorloop toggle, kept on/off states
Collin Guarino
2016-02-10
Simplified Light.ColorLoop to accept a boolean instead of having ↵
Collin Guarino
on/off/toggle modes.
[prev]
[next]