huego v1.1.0 Release Notes
Release Date: 2020-05-04 // over 4 years ago-
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)
Previous changes from v1.0.2
-
- 👌 Improved test coverage
- ✅ Use of
httpmock
in tests