feat(power): implement periodic update for connected devices
This commit is contained in:
parent
442589f5c0
commit
c76fd47a88
4 changed files with 118 additions and 3 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue