Skip to content

Tapo v0.8.0

Latest
Compare
Choose a tag to compare
@mihai-dinculescu mihai-dinculescu released this 07 Dec 14:21
· 12 commits to main since this release
27547aa

This marks the first unified release of the Rust and Python libraries. Moving forward, both libraries will be released simultaneously and will share the same version number.

Rust

Added

  • Added an example for the L900 light strips.

Changed

  • LightingEffect's fadeoff field has been renamed to fade_off, and its with_fadeoff method has been renamed to with_fade_off.
  • LightingEffect's new_with_random_id function has been removed. The new function now creates a LightingEffect instance with a random ID by default.

Python

Added

  • Added support for the L900 light strips.
  • Added support for the L920 and L930 light strips.
  • Added support for Python 3.13.