UNPKG

ultra-bridge

Version:

Bridge Zwave device into Apple HomeKit protocol.

10 lines (7 loc) 174 B
'use strict'; const Operater = require('./lib/Operater.js'); const Gateway = require('./lib/Gateway.js'); module.exports = { Operator: Operater, Gateway: Gateway }