fix artnet driver and bump version
This commit is contained in:
parent
58cd8b1109
commit
c0b9b9b7b4
2 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue