neilenns / node-red-contrib-wled2

NodeRed node for controlling WLED
MIT License
19 stars 8 forks source link

WLED does not update when multiple segments are used #72

Closed daredoes closed 3 years ago

daredoes commented 3 years ago

When multiple segments are set, the current implementation will only affect segment 0, if any segment.

There is an undocumented aspect of the JSON API where instead of sending an array of objects with IDs, we can send an object without an ID to act as a master control for all segments.

This is addressed in #71

neilenns commented 3 years ago

Fixed, will available as v2.1.4 shortly. Thank you for the contribution!