v0.9.0
This commit is contained in:
@@ -28,6 +28,13 @@ pub struct RuntimeSettings {
|
||||
/// Add protocol-specific buzzer suppression fields to command frames.
|
||||
#[serde(default)]
|
||||
pub suppress_device_beep: bool,
|
||||
/// Global thermostat compressor protection. When enabled, automatic starts and
|
||||
/// Heat/Cool reversals are delayed instead of being sent during the protection window.
|
||||
#[serde(default = "default_true")]
|
||||
pub compressor_protection_enabled: bool,
|
||||
/// Global compressor protection window in seconds. The UI exposes this as minutes.
|
||||
#[serde(default = "default_compressor_protection_seconds")]
|
||||
pub compressor_protection_seconds: u64,
|
||||
#[serde(default)]
|
||||
pub influxdb: InfluxDbSettings,
|
||||
#[serde(default)]
|
||||
|
||||
Reference in New Issue
Block a user