discovery wip

This commit is contained in:
Robin Appelman 2024-01-26 22:34:13 +01:00
commit 56dc433854
5 changed files with 128 additions and 4 deletions

View file

@ -19,7 +19,8 @@ async fn main() -> Result<()> {
&args.hostname,
args.port,
Some((&args.username, &args.password)),
)?;
)
.await?;
let file = client
.download_config(&args.device, &args.device_password)
.await?;