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
'sfadeoff
field has been renamed tofade_off
, and itswith_fadeoff
method has been renamed towith_fade_off
.LightingEffect
'snew_with_random_id
function has been removed. Thenew
function now creates aLightingEffect
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.