UNPKG
tellsock
Version:
latest (0.3.0)
0.3.0
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
pure sockets communication with tellstick
github.com/kmpm/node-tellsock
kmpm/node-tellsock
tellsock
/
index.js
6 lines
(4 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
var
consts =
require
(
'./lib/consts'
);
exports
.
DeviceMethods
= consts.
DeviceMethods
;
exports
.
TelldusEvents
=
require
(
'./lib/event'
);
exports
.
TelldusClient
=
require
(
'./lib/client'
);