This commit is contained in:
Mateusz Gruszczyński
2026-09-01 14:33:45 +02:00
parent d0346dd797
commit 3c490b3064
22 changed files with 158 additions and 111 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ pub struct ControlPlan {
pub house_mode: String,
/// Uniform whole-house preset when every zone uses the same override; None for a mixed state.
pub house_preset: Option<String>,
/// Compatibility field. Global ON/OFF is a one-shot action; this is always true in v0.9.3+.
/// Compatibility field. Global ON/OFF does not use a persistent master gate; this remains true in v0.9.4+.
pub house_power: bool,
pub outdoor_temperature: Option<f64>,
pub control_strategy: String,