index
:
gohue
master
Phillips Hue API client in Go.
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2016-02-07
Mirrored hue site's documentation sections for roadmap
Collin Guarino
2016-02-07
Updated roadmap with completed light functions
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
Merge branch 'master' of https://github.com/Collinux/GoHue
Collin Guarino
2016-02-06
Improved visual testing for light state SetLightState.
Collin Guarino
2016-02-06
Improved log formatting with line separators.
Collin Guarino
2016-02-06
Fixed LightState struct and bridge.Put request model.
Collin Guarino
2016-02-05
Updated roadmap completed items
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
Rough commit for bridge.Put. Need to fix http.NewRequest to provde an io.Reader.
Collin Guarino
2016-02-04
Prepared SetLightState for bridge.Put
Collin Guarino
2016-02-03
Cleaned up bridge.go file, added more documentation, and fixed line spacing.
Collin Guarino
2016-02-03
Cleaned up GetBridgeInfo func.
Collin Guarino
2016-02-03
Implemented bridge.Post and converted CreateUser func to use it.
Collin Guarino
2016-02-02
Merge branch 'master' of https://github.com/Collinux/GoHue
Collin Guarino
2016-02-02
Added handleResponse and bridge.Error to manage http responses and bridge ↵
Collin Guarino
specific errors with rest calls.
2016-02-02
Started on bridge.Post func.
Collin Guarino
2016-02-02
Convered GetAllLights to use the bridge.Get function.
Collin Guarino
2016-02-02
Added roadmap
Collin Guarino
2016-02-01
Implementation for bridge.Get and made GetBridgeInfo use the new function.
Collin Guarino
2016-01-31
Rough implementation for bridge.Get
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
2016-01-30
Reconfigured trace func to use log.Fatal for os.exit.
Collin Guarino
2016-01-30
Cleaned up CreateUser function and added documentation.
Collin Guarino
2016-01-30
Added dev specific error types and converted CreateUser, Bridge functions to ↵
Collin Guarino
new error system.
2016-01-30
Added some command specific errors.
Collin Guarino
2016-01-30
Fixed spacing with generic error details.
Collin Guarino
2016-01-30
Added generic errors from Hue doc site.
Collin Guarino
2016-01-30
Hacky json parsing in CreateUser. Will fix later.
Collin Guarino
2016-01-28
Condensed BridgeInfo struct into one with embedded structs.
Collin Guarino
2016-01-28
Merge branch 'master' of https://github.com/Collinux/GoHue
Collin Guarino
2016-01-28
Added error struct, working on CreateUser integration for handling.
Collin Guarino
2016-01-28
Cleaned up unit tests.
Collin Guarino
2016-01-28
Refactored GetAllLights to work well with GetLight
Collin Guarino
2016-01-27
Complete solution to GetAllLights, fixed previously broken mapping.
Collin Guarino
2016-01-25
Working implementation for CreateUser with unit tests.
Collin Guarino
2016-01-25
Base implementation for CreateUser function.
Collin Guarino
2016-01-25
Created readme
Collin Guarino
2016-01-24
Unit tests for lights.go file.
Collin Guarino
2016-01-24
Unit tests for bridge.go file.
Collin Guarino
[next]