index
:
gohue
master
Phillips Hue API client in Go.
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
light.go
Age
Commit message (
Collapse
)
Author
2016-02-24
Implemented Light.Brighten to complement Light.Dim
Collin Guarino
2016-02-24
Implemented Light.SetBrightness as a shortcut to using a SetState struct.
Collin Guarino
2016-02-19
Cleaned up Light struct documentation.
Collin Guarino
2016-02-19
Implemented light.Dim func.
Collin Guarino
2016-02-19
Implemented Light.SetColor with light color XY HSL values pre-defined.
Collin Guarino
2016-02-18
Moved functions, rearranged Bridge.funcs into bridge.go file
Collin Guarino
2016-02-18
Implemented Bridge.Login() func that will assign Bridge.Username and create ↵
Collin Guarino
the user if it does not exist. Also convered more functions to Bridge.func()
2016-02-17
Changed light definitions of 'self' to 'light'.
Collin Guarino
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
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
Converted SetLightState to Light.SetState
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-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
Simplified Light.ColorLoop to accept a boolean instead of having ↵
Collin Guarino
on/off/toggle modes.
2016-02-10
Added email to license headers.
Collin Guarino
2016-02-10
Added screenname to license headers.
Collin Guarino
2016-02-10
Added GPLv2 license header to all files.
Collin Guarino
2016-02-09
Attempt to fix memory error with SetName.
Collin Guarino
2016-02-08
Rough implementation for Light.SetName and simplified Bridge.Put returns.
Collin Guarino
2016-02-08
Fixed documentation capitalization for Light struct.
Collin Guarino
2016-02-08
Added documentation to the 3 colorloop functions.
Collin Guarino
2016-02-08
Fixed light on/off toggle to return error.
Collin Guarino
2016-02-08
Added ColorLoop on, off, toggle functions.
Collin Guarino
2016-02-07
Simplified light.On/Off and added error returns.
Collin Guarino
2016-02-07
Added light.Toggle func and documentation for On, Off, Toggle.
Collin Guarino
2016-02-07
Restructured light struct and all funcs to manage bridge association.
Collin Guarino
2016-02-07
Configuring On/Off functions for lights.
Collin Guarino
2016-02-06
Fixed LightState struct and bridge.Put request model.
Collin Guarino
2016-02-04
Added json bindings for LightState struct.
Collin Guarino
2016-02-04
Added index to Light struct to easily reference it from []light.
Collin Guarino
2016-02-04
Prepared SetLightState for bridge.Put
Collin Guarino
2016-02-02
Convered GetAllLights to use the bridge.Get function.
Collin Guarino
2016-01-31
Cleaned up code formatting.
Collin Guarino
2016-01-31
Refactored naming convention for http.
Collin Guarino
2016-01-31
Refactored error system to make sure all functions return an error if it occurs.
Collin Guarino
2016-01-31
Rough implementation of SetLightState with unit tests.
Collin Guarino
2016-01-31
Fixed json unmarshal issue in GetAllLights caused by invalid data type (was ↵
Collin Guarino
not []float).
2016-01-30
Fixed light state float types and started SetLightState func.
Collin Guarino
2016-01-30
Prepared SetLightState struct for SetState func.
Collin Guarino
2016-01-30
Renamed lights files to light (singular).
Collin Guarino