Skip to content

v0.8.7

Latest

Choose a tag to compare

@mihai-dinculescu mihai-dinculescu released this 01 Nov 20:41
235b556

Rust

Added

  • HubHandler: added the device_reboot and device_reset methods.
  • PowerStripEnergyMonitoringHandler: added the device_reboot and device_reset methods.
  • PowerStripHandler: added the device_reboot and device_reset methods.
  • ColorLightHandler: added the device_reboot method.
  • LightHandler: added the device_reboot method.
  • PlugEnergyMonitoringHandler: added the device_reboot method.
  • PlugHandler: added the device_reboot method.
  • RgbicLightStripHandler: added the device_reboot method.
  • RgbLightStripHandler: added the device_reboot method.

Changed

  • device_reset: now requires the DeviceManagementExt trait to be in scope. The newly added device_reboot method also requires this trait.

Python

Added

  • tapo: added support for Python 3.14.
  • HubHandler: added the device_reboot and device_reset methods.
  • PowerStripEnergyMonitoringHandler: added the device_reboot and device_reset methods.
  • PowerStripHandler: added the device_reboot and device_reset methods.
  • ColorLightHandler: added the device_reboot method.
  • LightHandler: added the device_reboot method.
  • PlugEnergyMonitoringHandler: added the device_reboot method.
  • PlugHandler: added the device_reboot method.
  • RgbicLightStripHandler: added the device_reboot method.
  • RgbLightStripHandler: added the device_reboot method.

Full Changelog: v0.8.6...v0.8.7