UNPKG

homebridge-wyze-smart-home-justoy-forked

Version:

Wyze Smart Home plugin for Homebridge forked by justoy, which supports wyze battery cam pro

9 lines (6 loc) 164 B
const types = require('./types') // Boot the plugin module.exports = function (homebridge) { types.update(homebridge) require('./WyzeSmartHome').register() }