feat: Receive devices through config return

This commit is contained in:
2025-10-17 03:45:11 +02:00
parent 4e2da2ecca
commit 187220a49b
7 changed files with 66 additions and 42 deletions

View File

@@ -70,6 +70,7 @@ anyhow = { workspace = true }
async-trait = { workspace = true }
automation_devices = { workspace = true }
automation_lib = { workspace = true }
automation_macro = { path = "./automation_macro" }
axum = { workspace = true }
config = { version = "0.15.15", default-features = false, features = [
"async",