- Address a security vulnerability in a dependency. Resolves issue 94.
- Address a security vulnerability in a dependency. Resolves issue 94.
- Address a minor security vulnerability in a dependency. Resolves issue 90.
- Presets up to 65535 are now supported. Resolves issue 87.
- Presets can now be selected by passing
preset
as part of the payload or by picking the preset number from the dropdown in the node UI. Resolves issue 81.
- Segments can now be set by passing in
seg
as part of the payload following the JSON format described in the WLED JSON API documentation for segments. Resolves issue 61. - Incoming messages without a payload no longer cause an unhandled exception. Resolves issue 73.
- Adjust how messages are sent to WLED so all segments are affected instead of just the first. Thanks to Daniel Evans for the bug fix. Resolves issue 72.
- Address a security vulnerability in an underlying package used by the node. Resolves issue 68.
- Brightness works now. Resolves issue 64.
- The off and toggle states can now be set correctly on the node. Resolves issue 62.
- Address a low-priority security vulnerability in a 3rd party libary. Resolves issue 59.
- Add a Connecting and Error state that shows under the node. Resolves issue 53.
- 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.
- All logged warnings now report through NodeRed logging systems instead of console logs. Resolves issue 40.
- Corrected the name of the node in package.json. Resolves issue 42.
- Disconnected state shows correctly now. Resolves issue 41.
- Clean up an error when retrieving effects and palettes. Resolves issue 35.
- Clean up an unnecessary error when the node is first created. Resolves issue 37.
- Effects and palettes are now properly loaded from the devices, with fallback to defaults. Resolves issue 33.
- Miscellaneous auto-discovery improvements. Resolves issue 29 and issue 30.
- Auto-discovery now works for NodeRed installs hosted inside Home Assistant. Resolves issue 27.