UNPKG

@potterdai/homebridge-am43-blinds

Version:

A homebridge plugin to control AM43 based shade motors in HomeKit. These include the A OK and Zemismart bluetooth based motors. This plugin requires a Homebridge host that supports Bluetooth 4.0

6 lines (4 loc) 171 B
const AM43Platform = require("./lib/AM43Platform.js") module.exports = function (api) { api.registerPlatform('homebridge-am43-blinds', 'am43-blinds', AM43Platform) }