update universe on updateAll for usb dmx pro

This commit is contained in:
Sebastian Wiedenroth 2016-10-14 00:06:13 +02:00
parent 3c2ed5c322
commit 0cc2b6b1f4

View file

@ -65,6 +65,7 @@ EnttecUSBDMXPRO.prototype.updateAll = function(v){
for(var i = 0; i < 512; i++) {
this.universe[i] = v
}
this.send_universe()
}
EnttecUSBDMXPRO.prototype.get = function(c) {