UNPKG
node-kobold-control
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
Vorwerk Kobold API for VR300
github.com/himbeles/node-kobold-control
himbeles/node-kobold-control
node-kobold-control
/
index.js
5 lines
(4 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
var
api
=
require(__dirname +
'/lib/api'
);
var
client
=
require(__dirname +
'/lib/client'
);
module
.
exports
.Client = client;
module
.
exports
.api = api;