UNPKG

homey-zigbeedriver

Version:

This module can be used to make the development of Zigbee apps for Homey easier.

8 lines (5 loc) 263 B
'use strict'; module.exports.Util = require('./lib/util'); module.exports.ZigBeeDevice = require('./lib/ZigBeeDevice.js'); module.exports.ZigBeeDriver = require('./lib/ZigBeeDriver.js'); module.exports.ZigBeeLightDevice = require('./lib/ZigBeeLightDevice.js');