This commit is contained in:
Mateusz Gruszczyński
2026-08-25 23:59:04 +02:00
parent 9fa0a5399e
commit b5a4265148
11 changed files with 598 additions and 193 deletions
+1
View File
@@ -66,6 +66,7 @@ async fn main() -> Result<()> {
http,
outdoor_temperature: Arc::new(RwLock::new(None)),
debug_gree_frames,
device_operation_locks: Arc::new(tokio::sync::Mutex::new(std::collections::HashMap::new())),
started: Instant::now(),
};