aboutsummaryrefslogtreecommitdiff
path: root/light_test.go
AgeCommit message (Expand)Author
2016-09-23Fixed issue #1 invalid types for hue and saturation in LightState struct.Collin Guarino
2016-09-23Added error checking in light_testCollin Guarino
2016-09-23Fixed light_test outputCollin Guarino
2016-02-28Implemented Bridge.FindNewLights func.Collin Guarino
2016-02-28Ran go fmt on all files.Collin Guarino
2016-02-25Converted Blink to use new SetBrightness func.Collin Guarino
2016-02-24Major bug fix for Bridge.GetAllLights not working in missing index cases.Collin Guarino
2016-02-24Implemented Light.SetBrightness as a shortcut to using a SetState struct.Collin Guarino
2016-02-20Improved error log system.Collin Guarino
2016-02-19Implemented light.Dim func.Collin Guarino
2016-02-19Implemented Light.SetColor with light color XY HSL values pre-defined.Collin Guarino
2016-02-19Removed all log output except for errors.Collin Guarino
2016-02-18Moved functions, rearranged Bridge.funcs into bridge.go fileCollin Guarino
2016-02-18Implemented Bridge.Login() func that will assign Bridge.Username and create t...Collin Guarino
2016-02-14Improved Light.Blink by dimming and raising the brightness instead of turning...Collin Guarino
2016-02-13Implemented Bridge.DeleteUser func and tweaked Bridge.CreateUserCollin Guarino
2016-02-13Converted SetLightState to Light.SetStateCollin Guarino
2016-02-13Converted GetBridgeInfo to Bridge.GetInfoCollin Guarino
2016-02-13Cleaned up documentation and tests.Collin Guarino
2016-02-13Implemented Bridge.Delete and Light.Delete.Collin Guarino
2016-02-12Renamed GetLight to GetLightByName and added unit tests.Collin Guarino
2016-02-12Major speed improvement for getting light state.Collin Guarino
2016-02-12Added Light.Blink and made SetLightState get the new light state after a change.Collin Guarino
2016-02-10Simplified Light.ColorLoop to accept a boolean instead of having on/off/toggl...Collin Guarino
2016-02-10Added email to license headers.Collin Guarino
2016-02-10Added screenname to license headers.Collin Guarino
2016-02-10Added GPLv2 license header to all files.Collin Guarino
2016-02-09Attempt to fix memory error with SetName.Collin Guarino
2016-02-08Rough implementation for Light.SetName and simplified Bridge.Put returns.Collin Guarino
2016-02-08Added ColorLoop on, off, toggle functions.Collin Guarino
2016-02-07Simplified light.On/Off and added error returns.Collin Guarino
2016-02-07Added light.Toggle func and documentation for On, Off, Toggle.Collin Guarino
2016-02-07Restructured light struct and all funcs to manage bridge association.Collin Guarino
2016-02-07Configuring On/Off functions for lights.Collin Guarino
2016-02-06Improved visual testing for light state SetLightState.Collin Guarino
2016-02-06Fixed LightState struct and bridge.Put request model.Collin Guarino
2016-02-04Added json bindings for LightState struct.Collin Guarino
2016-02-04Added index to Light struct to easily reference it from []light.Collin Guarino
2016-02-04Prepared SetLightState for bridge.PutCollin Guarino
2016-01-31Cleaned up code formatting.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-30Renamed lights files to light (singular).Collin Guarino