@homebridge-plugins/homebridge-tado 8.5.1-beta.1 → 8.5.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -2
- package/package.json +1 -1
- package/src/helper/handler.js +521 -531
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## v8.
|
|
4
|
-
- Fix: Incorrect update
|
|
3
|
+
## v8.6.0 - 2025-10-30
|
|
4
|
+
- Fix: Incorrect update zones handling leading to unwanted heating changes (#178)
|
|
5
|
+
- Improve zone update handling when setting state and update all zones if next scheduled update is more than 10s away
|
|
5
6
|
|
|
6
7
|
## v8.5.0 - 2025-10-27
|
|
7
8
|
- Change minimum polling interval to 30s due to improvements made in v8.2.0
|