gunnebo-ab / node-red-contrib-artnet

Node-RED node that controls lights via Art-Net
MIT License
8 stars 4 forks source link

Sending Data to an other universe than 0 does not work #4

Closed khase closed 10 months ago

khase commented 6 years ago

i tried it using msg.payload.universe and changing the universe through the config.

smadds commented 5 years ago

Possibly a typo in line 124 of node-red-contrib-artnet.js? node.client.UNVERSE = [node.universe, 0]; maybe should be node.client.UNIVERSE = [node.universe, 0];

I've got no way of checking though...

percyk commented 5 years ago

Yes you are right there is a typo in line 124 of node-red-contrib-artnet.js

I have corrected it and tested it works fine .

I have included the updated file

node-red-contrib-artnet.txt

1) Change the extension to .js

2) Copy it to the following location : .node-red\node_modules\node-red-contrib-artnet