@zswuwing/homebridge-wyze-smart-home
Version:
Wyze Smart Home plugin for Homebridge
12 lines (9 loc) • 307 B
JavaScript
const types = {}
module.exports = types
module.exports.update = function (homebridge) {
types.homebridge = homebridge
types.Accessory = homebridge.platformAccessory
types.Service = homebridge.hap.Service
types.Characteristic = homebridge.hap.Characteristic
types.UUIDGen = homebridge.hap.uuid
}