aboutsummaryrefslogtreecommitdiff
path: root/light.go
AgeCommit message (Expand)Author
2016-02-04Prepared SetLightState for bridge.PutCollin Guarino
2016-02-02Convered GetAllLights to use the bridge.Get function.Collin Guarino
2016-01-31Cleaned up code formatting.Collin Guarino
2016-01-31Refactored naming convention for http.Collin Guarino
2016-01-31Refactored error system to make sure all functions return an error if it occurs.Collin Guarino
2016-01-31Rough implementation of SetLightState with unit tests.Collin Guarino
2016-01-31Fixed json unmarshal issue in GetAllLights caused by invalid data type (was n...Collin Guarino
2016-01-30Fixed light state float types and started SetLightState func.Collin Guarino
2016-01-30Prepared SetLightState struct for SetState func.Collin Guarino
2016-01-30Renamed lights files to light (singular).Collin Guarino