Skip to content

Toggle support for LED state

Compare
Choose a tag to compare
@neilenns neilenns released this 07 Jul 01:30
· 34 commits to main since this release

Breaking changes

  • Toggling the lights on/off based on current LED state is now supported. This is done with the new state property which replaces the on property. Valid values are on, off, and toggle. The delay feature is supported for toggling as well and will correctly play the effect for the specified duration before toggling the light state. Resolves issue 52.