Releases: amimof/huego
Releases · amimof/huego
v1.2.1
- Fixes a bug where setting
Bri
wouldn't affect the state of a light (#39) - Renames field
StoreSceneState
toStoreLightState
ofScene
struct (#43) - Migrated to GitHub Actions as the CI (#47)
- Rename field
ProductID
toProductName
ofLight
struct (#44) - Adds method that allows to identify a light optically (#46)
1.2.0
1.1.0
Huego version 1.1.0
- Updated docs (#9)
Sensor
struct has a new field:UniqueID
(#10)- Fixes functions that returns an array (#12)
- Correct a typo that would prevent schedules to be created (#14)
- Field
GroupState
onGroup
struct is now a pointer (#17) - Updated Makefile and Travis CI (#20)
Scene
struct has two new fields:Type
andGroup
(#22)- Huego is now context aware (#19)
- Tests now use
huego
package instead ofhuego_test
(#21)
1.0.2
1.0.1
1.0.0
1.0.0-beta.2
Much better error handling. Whenever the bridge API returns an error, huego
will return that to the user accordingly through an error
struct rather than just throwing a json.UnmarshalTypeError
.
1.0.0-beta.1
Sensor.State
andSensor.Config
is nowinterface{}
since these varry depending on the type- As of this release
Gitflow
is obsolete.
1.0.0-alpha.5
- Added
SetState
receivers toGroup
andLight
. - Renamed
SetLight
toSetLightState
for a more consistent naming convention. - Implemented
Capabilities
1.0.0-alpha.4
- Huego now has a logo
- Changes to fulfill
golint
,govet
andgofmt