UNPKG

homebridge-hatch-baby-rest

Version:
12 lines (11 loc) 514 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = default_1; const hap_1 = require("../shared/hap"); const platform_1 = require("./platform"); const migrate_bluetooth_1 = require("../shared/migrate-bluetooth"); function default_1(homebridge) { (0, hap_1.setHap)(homebridge.hap); (0, migrate_bluetooth_1.migrateRestBluetooth)(homebridge); homebridge.registerPlatform(platform_1.pluginName, platform_1.platformName, platform_1.HatchBabyRestPlatform, true); }