This commit is contained in:
Mateusz Gruszczyński
2026-08-25 19:21:27 +02:00
parent dce9ef7270
commit dcdb821c60
12 changed files with 120 additions and 47 deletions
+9 -1
View File
@@ -1,4 +1,4 @@
# GREE Controller v0.7.1 - build and validation report
# GREE Controller v0.7.2 - build and validation report
## Scope
@@ -245,3 +245,11 @@ Validation for the 0.7.1 package:
- Quick controls use explicit 3/4/5-column grids with no horizontal overflow behavior; all compact option buttons share the same 28 px minimum height, 9 px typography and 4 px gap.
- User-facing inherited-mode labels are `Globalny/Global`; the internal/API value remains `house`, preserving backward compatibility.
- No thermostat, schedule, automation, group, database or device-control logic was changed in 0.7.1.
## 0.7.2 zone configuration separation
- Reworked the Zones list into read-only status + configuration cards.
- Removed live temperature, preset, mode and enable/disable controls from the Zones list.
- Added navigation from a zone configuration card to its matching Dashboard quick thermostat.
- Kept backend zone-control endpoints and thermostat logic unchanged.
- Kept the legacy `setpoint` field in form submission as a hidden compatibility value while profile temperatures remain the explicit configuration surface.