index
:
gohue
master
Phillips Hue API client in Go.
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bridge.go
Age
Commit message (
Expand
)
Author
2016-02-21
Reverted last change since /lights/<index> must start at 1.
Collin Guarino
2016-02-21
Fixed index issue where GetAllLights would not get index 0.
Collin Guarino
2016-02-21
Temporarily making Bridge.Login not force CreateUser every time in case the u...
Collin Guarino
2016-02-21
Improved error handling for Bridge.Login and Bridge.CreateUser
Collin Guarino
2016-02-21
Implemented error catching on GetAllLights if no lights are found.
Collin Guarino
2016-02-20
Implemented more verbose error output.
Collin Guarino
2016-02-20
Improved error log system.
Collin Guarino
2016-02-19
Removed unnecessary parenthesis around GetInfo return.
Collin Guarino
2016-02-19
Simplified BridgeInfo Device struct and claned up Bridge.GetInfo
Collin Guarino
2016-02-19
Removed all log output except for errors.
Collin Guarino
2016-02-18
Moved functions, rearranged Bridge.funcs into bridge.go file
Collin Guarino
2016-02-18
Implemented Bridge.Login() func that will assign Bridge.Username and create t...
Collin Guarino
2016-02-17
Changed more 'self' definition names to reflect the name of the struct.
Collin Guarino
2016-02-16
Renamed all 'self' definitions to resemble the struct name.
Collin Guarino
2016-02-16
Changed documentation header standard project wide to a less passive voice.
Collin Guarino
2016-02-14
Documentation links for philips hue website to official docs added to all fil...
Collin Guarino
2016-02-13
Implemented Bridge.DeleteUser func and tweaked Bridge.CreateUser
Collin Guarino
2016-02-13
Cleaned up Bridge.CreateUser
Collin Guarino
2016-02-13
Converted SetLightState to Light.SetState
Collin Guarino
2016-02-13
Converted GetBridgeInfo to Bridge.GetInfo
Collin Guarino
2016-02-13
Moved CreateUser to Bridge.CreateUser
Collin Guarino
2016-02-13
Cleaned up documentation and tests.
Collin Guarino
2016-02-13
Added documentation for Bridge.Delete, Bridge.Put, Light.Delete.
Collin Guarino
2016-02-13
Implemented Bridge.Delete and Light.Delete.
Collin Guarino
2016-02-13
Removed unused Error struct.
Collin Guarino
2016-02-10
Added email to license headers.
Collin Guarino
2016-02-10
Added screenname to license headers.
Collin Guarino
2016-02-10
Added GPLv2 license header to all files.
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-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
Added handleResponse and bridge.Error to manage http responses and bridge spe...
Collin Guarino
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-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
Refactored error system to make sure all functions return an error if it occurs.
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
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
[next]