use airinfo::find_pods;
#[tokio::main(flavor = "current_thread")]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let pods = find_pods().await?;
for pod in pods {
println!("POD: {:#?}", pod);
}
Ok(())
}
-
Notifications
You must be signed in to change notification settings - Fork 0
lex148/airinfo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A library to read battery and status info from Airpods and Beats
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published