homebridge-wyze-smart-home-justoy-forked
Version:
Wyze Smart Home plugin for Homebridge forked by justoy, which supports wyze battery cam pro
14 lines (11 loc) • 407 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
types.HapStatusError = homebridge.hap.HapStatusError
types.HAPStatus = homebridge.hap.HAPStatus
}