UNPKG

homebridge-switchbot-bluetooth-platform

Version:

A Homebridge platform Plugin for controlling SwitchBot bots using BLE (Bluetooth Low Energry)

7 lines 280 B
"use strict"; const SwitchbotPlatform_1 = require("./platform/SwitchbotPlatform"); const settings_1 = require("./settings"); module.exports = (api) => { api.registerPlatform(settings_1.PLATFORM_NAME, SwitchbotPlatform_1.SwitchbotPlatform); }; //# sourceMappingURL=index.js.map