homebridge-hatch-baby-rest-volume
Version:
Homebridge plugin for Hatch Baby Rest bluetooth night light volume
10 lines (9 loc) • 360 B
JavaScript
;
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;