UNPKG
ultra-bridge
Version:
latest (1.0.0)
1.0.0
Bridge Zwave device into Apple HomeKit protocol.
github.com/s940503g/UtraBridge
s940503g/UtraBridge
ultra-bridge
/
index.js
10 lines
(7 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
const
Operater
=
require
(
'./lib/Operater.js'
);
const
Gateway
=
require
(
'./lib/Gateway.js'
);
module
.
exports
= {
Operator
:
Operater
,
Gateway
:
Gateway
}