This commit is contained in:
Mateusz Gruszczyński
2026-09-07 11:20:23 +02:00
parent 7772e1e339
commit 749172e527
5 changed files with 12 additions and 4 deletions
+2
View File
@@ -42,6 +42,8 @@ pub struct ZoneControlPlan {
/// Explicit per-zone profile override; None means Auto schedule.
pub preset_override: Option<String>,
pub current_temperature: Option<f64>,
/// Persisted per-zone setpoint retained even when no thermostat source is currently active.
pub setpoint: f64,
pub target_temperature: Option<f64>,
pub device_setpoint: Option<f64>,
pub desired_power: bool,