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-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