Toggle support for LED state
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 theon
property. Valid values areon
,off
, andtoggle
. Thedelay
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.