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-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
2016-01-24
Improved function header documentation format.
Collin Guarino
2016-01-24
Rough implementation for GetAllLights.
Collin Guarino
2016-01-23
Base file structure for lights.go implementation.
Collin Guarino
2016-01-23
Added username to default NewBridge definition.
Collin Guarino
2016-01-23
Added error tracing and better log output for GetBridgeInfo.
Collin Guarino
2016-01-23
Fully operational GetBridgeInfo function.
Collin Guarino
2016-01-23
Debugging xml.Unmarshal not showing any data.
Collin Guarino
2016-01-22
Added rough implementation of GetBridgeInfo that parses the XML file.
Collin Guarino
2016-01-22
Changed Bridge Info struct to match manufacturer XML spec.
Collin Guarino
2016-01-22
Starting implementation for GetBridgeInfo
Collin Guarino
2016-01-22
Inner struct for bridge info from /description.html
Collin Guarino
2016-01-22
Base structure for bridge.
Collin Guarino
[prev]