mirror of
https://codeberg.org/icewind/tasmota-mqtt-client.git
synced 2026-06-03 18:24:09 +02:00
discovery wip
This commit is contained in:
parent
70b2874d3b
commit
56dc433854
5 changed files with 128 additions and 4 deletions
|
|
@ -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?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue