Skip to content

Tapo Rust v.0.7.10

Compare
Choose a tag to compare
@mihai-dinculescu mihai-dinculescu released this 05 Apr 19:32
· 26 commits to main since this release
7a67a12

Changed

  • The implementation of ApiClient::new has been improved to allow for the return of ApiClient instead of Result<ApiClient, Error>.
  • The default timeout for all requests has been reduced to 30 seconds from 300 seconds.
  • ApiClient::with_timeout has been added to allow for the setting of a custom timeout for all requests (thanks to @skoky).