v0.8.20
This commit is contained in:
@@ -75,6 +75,7 @@ async fn main() -> Result<()> {
|
||||
automation_operation_lock: Arc::new(tokio::sync::Mutex::new(())),
|
||||
house_operation_lock: Arc::new(tokio::sync::Mutex::new(())),
|
||||
configuration_operation_lock: Arc::new(tokio::sync::Mutex::new(())),
|
||||
zone_control_cycle_lock: Arc::new(tokio::sync::Mutex::new(())),
|
||||
pending_controller_commands: Arc::new(tokio::sync::Mutex::new(std::collections::HashMap::new())),
|
||||
started: Instant::now(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user