Skip to content

v0.8.3

Choose a tag to compare

@mihai-dinculescu mihai-dinculescu released this 26 Jul 16:04
· 300 commits to main since this release
7adee70

Rust

Added

  • Added support for the P316M power strips.
  • The charging_status, overcurrent_status, and power_protection_status fields have been added to PowerStripPlugResult.

Changed

  • Enhanced the InvalidCredentials error with clearer guidance on common causes and how to address them.
  • The overheat_status field in PowerStripPlugResult is now optional to support devices that omit this field.

Removed

  • Removed nickname from DeviceInfoPowerStripResult because it is not present in the response.

Python

Added

  • Added support for the P316M power strips.
  • The charging_status, overcurrent_status, and power_protection_status fields have been added to PowerStripPlugResult.

Changed

  • Enhanced the InvalidCredentials error with clearer guidance on common causes and how to address them.
  • The overheat_status field in PowerStripPlugResult is now optional to support devices that omit this field.

Removed

  • Removed nickname from DeviceInfoPowerStripResult because it is not present in the response.

Full Changelog: v0.8.2...v0.8.3