homebridge-am43-blinds-bluez
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
9 lines (8 loc) • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const AM43Platform_1 = require("./AM43Platform");
const settings_1 = require("./settings");
function default_1(api) {
api.registerPlatform(settings_1.PLUGIN_NAME, settings_1.PLATFORM_NAME, AM43Platform_1.AM43Platform);
}
exports.default = default_1;