atlewee / node-red-contrib-sacn

Simple sACN output for Node-RED
MIT License
1 stars 4 forks source link

Change set universe behavior #8

Open OrionTheGiant opened 3 years ago

OrionTheGiant commented 3 years ago

When sending an array of values, now use the payload/config/topic channel number as the starting point for changing values instead of starting from Channel 1 every time

OrionTheGiant commented 3 years ago

Please let me know if you'd like this to be altered to maintain backwards compatibility. By keeping msg.topic = '1/1', msg.payload.channel = 1, or config.channel = 1 the previous behavior remains the same. The only breaking change would be if someone isn't setting those values currently and is relying on the implicit behavior of the start channel being 1