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_test.go
Age
Commit message (
Collapse
)
Author
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
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
Improved visual testing for light state SetLightState.
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-01-31
Cleaned up code formatting.
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-30
Renamed lights files to light (singular).
Collin Guarino