Skip to content

Tapo Python v0.4.0

Compare
Choose a tag to compare
@mihai-dinculescu mihai-dinculescu released this 31 Aug 18:09
· 56 commits to main since this release
91653fd

Changed

  • DeviceInfoPlugEnergyMonitoringResult has been added to support the P110 and P115 devices, which have different responses compared to the P100 and P105 devices.

Fixed

  • Resolved an issue that led to unrecoverable process hangs when a device request timed out.
  • The concurrency of device handlers has been significantly enhanced by replacing all Mutex instances with RwLock.
  • DeviceInfoPlugResult has been updated to correctly support the P100 and P105 devices.