FIX: [hue] proper save state (#1014)

This commit is contained in:
Chris Browet
2020-11-01 19:14:09 +01:00
committed by GitHub
parent 9e4c7af5e9
commit f7ccf9d0da
3 changed files with 82 additions and 51 deletions

View File

@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change links from http to https (#1067)
### Fixed
- Properly save Hue light state between sessions (#1014)
- AVAHI included in Webserver (#996)
- Also allow an 8-LED configuration when using Karatelight (#1037)
- Fix #1007 - LED's retain last state after clearing a source (#1008)
@@ -42,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix typos (#1051)
- Fix Python reset thread state
### Removed
- Replace Multi-Lightpack by multi-instance Lightpack configuration (#1049)