Skip to content

v0.3.0

Compare
Choose a tag to compare
@mihai-dinculescu mihai-dinculescu released this 20 Nov 18:03
· 189 commits to main since this release

Added

  • The set API allows multiple properties to be set in a single request for the L510 and L530 devices.

Changed

  • tapo::Color has been moved to tapo::requests::Color.
  • GenericDeviceInfoResult::on_time has been changed from u64 to Option<u64> because some devices (like L930) do not provide this field.
  • All response structs have been moved under tapo::responses.
  • The docs have been improved.