Allow to toggle living room light
This commit is contained in:
parent
48bb33e2bc
commit
aac937ad01
4 changed files with 492 additions and 7 deletions
|
|
@ -7,7 +7,9 @@ edition = "2021"
|
|||
[dependencies]
|
||||
axum = "0.6.20"
|
||||
envious = "0.2.2"
|
||||
reqwest = { version = "0.11.22", features = ["json", "rustls-tls"], default-features = false }
|
||||
serde = { version = "1.0.190", features = ["derive"] }
|
||||
serde_json = "1.0.108"
|
||||
tera = "1.19.1"
|
||||
thiserror = "1.0.50"
|
||||
tokio = { version = "1.33.0", features = ["rt", "macros"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue