atlewee / node-red-contrib-sacn

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

Data hold time & source name #11

Open mikewoodld opened 1 year ago

mikewoodld commented 1 year ago

I'm not sure if this is still maintained or not, but I have a couple questions -

I'm successfully able to send a level and see it reflected in sACN viewer, however it disappears after 4-5 seconds and shows no control from the source anymore. Is there a setting or code change that keeps the value sent persistently refreshing, or should the data just be sent at an interval?

Also, is there any way to set the sACN CID, priority, and per-address priority?

Thanks