fix artnet driver and bump version

This commit is contained in:
Sebastian Wiedenroth 2016-06-06 21:56:46 +02:00
parent 58cd8b1109
commit c0b9b9b7b4
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ EnttecODE.prototype.send_universe = function() {
this.universe
])
this.dev.send(pkg, 0, pkg.length, self.port, self.host)
this.dev.send(pkg, 0, pkg.length, this.port, this.host)
}
EnttecODE.prototype.start = function() {

View file

@ -1,6 +1,6 @@
{
"name": "dmx",
"version": "0.0.2",
"version": "0.0.3",
"author": "Sebastian Wiedenroth <wiedi@frubar.net>",
"description": "DMX library and webservice",
"url": "https://github.com/wiedi/node-dmx",