Skip to content

Releases: neilenns/node-red-contrib-wled2

Address a minor security vulnerability

15 Dec 16:30
Compare
Choose a tag to compare

Address a minor security vulnerability in a dependency. Resolves issue 90.

Support more presets

12 Dec 23:28
Compare
Choose a tag to compare

Adds supports for up to 65535 presets to match the support in WLED 0.11.

Support presets

14 Nov 17:34
Compare
Choose a tag to compare

Presets can now be selected in the UI or passed in via the preset property on the payload. If a preset is selected it overrides all other settings.

Support segments via payload

19 Oct 00:53
Compare
Choose a tag to compare
  • 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.

Fix issue with multi-segment configurations

19 Oct 00:49
850aafc
Compare
Choose a tag to compare

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 security vulnerability in dependency

13 Sep 01:52
Compare
Choose a tag to compare

Updates to the latest version of node-fetch to address a security vulnerability.

Enable setting brightness

12 Aug 19:06
Compare
Choose a tag to compare

Brightness can now be set on the LEDs.

Resolve bug with toggle and off states

04 Aug 13:19
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/danecreekphotography/node-r…

…ed-contrib-wled2 into main

Toggle support for LED state

07 Jul 01:30
Compare
Choose a tag to compare

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.

Log via NodeRed and disconnected state changes

05 Jul 13:42
Compare
Choose a tag to compare
  • 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.