v0.8.19
This commit is contained in:
@@ -70,6 +70,11 @@ async fn main() -> Result<()> {
|
||||
zone_control_wakeup: Arc::new(Notify::new()),
|
||||
device_operation_locks: Arc::new(tokio::sync::Mutex::new(std::collections::HashMap::new())),
|
||||
zone_operation_locks: Arc::new(tokio::sync::Mutex::new(std::collections::HashMap::new())),
|
||||
group_operation_locks: Arc::new(tokio::sync::Mutex::new(std::collections::HashMap::new())),
|
||||
schedule_operation_lock: Arc::new(tokio::sync::Mutex::new(())),
|
||||
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(())),
|
||||
pending_controller_commands: Arc::new(tokio::sync::Mutex::new(std::collections::HashMap::new())),
|
||||
started: Instant::now(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user