neilenns / node-red-contrib-wled2

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

Q: Can the output server/node be specified within the message? #83

Closed dougle03 closed 3 years ago

dougle03 commented 3 years ago

Hi, Can't find in the docs how to define the node server (IP) within the payload message. Can the target node/server be defined within the incoming payload? if so, what's the syntax? I've spent 30 mins trying loads of variants...

Thanks

neilenns commented 3 years ago

It isn't possible. If you are doing that level of customization via incoming payload I suggest just directly using an HTTP Request node and calling the WLED JSON API directly.

dougle03 commented 3 years ago

Thanks for the response.