This commit is contained in:
Mateusz Gruszczyński
2026-09-01 12:07:04 +02:00
parent 6207bc4de6
commit e496f911da
25 changed files with 227 additions and 309 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ pub struct ZoneControlPlan {
pub device_name: String,
/// Configured per-zone enable switch. Group/master gates are reported separately.
pub enabled: bool,
/// True when the configured zone is not currently blocked by a disabled climate group.
/// True when the configured zone is eligible for thermostat control. Disabled group control does not block the zone.
pub effective_enabled: bool,
/// Effective mode currently used by the controller.
pub mode: String,