neilenns / node-red-contrib-wled2

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

Set WLED Server IP Address through msg object #106

Closed tkotz8105 closed 2 years ago

tkotz8105 commented 2 years ago

This is a great piece of node red software. Thank you very much. I've been using it to control 5 WLED devices. The current capability only includes setting the WLED Server IP Address when setting up the node. I was wondering if it might be possible to dynamically set the server ip address by setting it in the msg object such as msg.address. I've looked at the software and didn't see an "easy" way to include this option.

neilenns commented 2 years ago

Thanks for the feature request! I took a look at the code and supporting this would require fundamental changes to how the node is written so alas it isn't something I'm going to tackle.

tkotz8105 commented 2 years ago

Thanks @neilenns for the quick response. I had a suspicion that it would require a major change. Thanks for looking into it.