UNPKG

homebridge-hatch-baby-rest-volume

Version:
10 lines (9 loc) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const hap_1 = require("./hap"); const platform_1 = require("./platform"); function default_1(homebridge) { hap_1.setHap(homebridge.hap); homebridge.registerPlatform(hap_1.pluginName, hap_1.platformName, platform_1.HatchBabyRestPlatform, true); } exports.default = default_1;