Releases: amimof/huego
Releases · amimof/huego
v1.2.1
- Fixes a bug where setting
Briwouldn't affect the state of a light (#39) - Renames field
StoreSceneStatetoStoreLightStateofScenestruct (#43) - Migrated to GitHub Actions as the CI (#47)
- Rename field
ProductIDtoProductNameofLightstruct (#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)
Sensorstruct 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
GroupStateonGroupstruct is now a pointer (#17) - Updated Makefile and Travis CI (#20)
Scenestruct has two new fields:TypeandGroup(#22)- Huego is now context aware (#19)
- Tests now use
huegopackage 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.StateandSensor.Configis nowinterface{}since these varry depending on the type- As of this release
Gitflowis obsolete.
1.0.0-alpha.5
- Added
SetStatereceivers toGroupandLight. - Renamed
SetLighttoSetLightStatefor a more consistent naming convention. - Implemented
Capabilities
1.0.0-alpha.4
- Huego now has a logo
- Changes to fulfill
golint,govetandgofmt