atlewee / node-red-contrib-sacn

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

How do I close the connection? #9

Open Seba-VT opened 2 years ago

Seba-VT commented 2 years ago

I'm using this node to control an ESP32 with WLED and it works great!

My issue is that I don't know how to close the connection after finishing sending data.

I have a function node that sends the data to the sACN node, but when my function node stops sending data, my WLED controller is still thinking that there is more data coming. (see screenshot below)

So my question is: how do I tell the sACN node that there is no more data and close the connection?

image

mikewoodld commented 10 months ago

Also interested in this - it would be great to have some kind of "release all" function