diff --git a/drivers/artnet.js b/drivers/artnet.js index c180121..17b32c5 100644 --- a/drivers/artnet.js +++ b/drivers/artnet.js @@ -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() { diff --git a/package.json b/package.json index 98d4980..9bd5b52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dmx", - "version": "0.0.2", + "version": "0.0.3", "author": "Sebastian Wiedenroth ", "description": "DMX library and webservice", "url": "https://github.com/wiedi/node-dmx", @@ -29,4 +29,4 @@ "url": "http://www.opensource.org/licenses/mit-license.php" } ] -} \ No newline at end of file +}