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.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() {
|
EnttecODE.prototype.start = function() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "dmx",
|
"name": "dmx",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"author": "Sebastian Wiedenroth <wiedi@frubar.net>",
|
"author": "Sebastian Wiedenroth <wiedi@frubar.net>",
|
||||||
"description": "DMX library and webservice",
|
"description": "DMX library and webservice",
|
||||||
"url": "https://github.com/wiedi/node-dmx",
|
"url": "https://github.com/wiedi/node-dmx",
|
||||||
|
@ -29,4 +29,4 @@
|
||||||
"url": "http://www.opensource.org/licenses/mit-license.php"
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue