feat(power): implement periodic update for connected devices

This commit is contained in:
Dušan 2025-02-12 16:51:14 +01:00 committed by GitHub
parent 442589f5c0
commit c76fd47a88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 118 additions and 3 deletions

11
Cargo.lock generated
View file

@ -460,6 +460,16 @@ dependencies = [
"slab",
]
[[package]]
name = "async-fn-stream"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e71711442f1016c768c259bec59300a10efe753bc3e686ec19e2c6a54a97c29b"
dependencies = [
"futures-util",
"pin-project-lite",
]
[[package]]
name = "async-fs"
version = "2.1.2"
@ -1624,6 +1634,7 @@ dependencies = [
"as-result",
"ashpd 0.9.2",
"async-channel",
"async-fn-stream",
"bluez-zbus",
"chrono",
"clap",