UNPKG

@pst-on-npm/homebridge-enocean

Version:
11 lines • 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const platform_1 = require("./platform"); const settings_1 = require("./settings"); /** * This method registers the platform with Homebridge */ exports.default = (api) => { api.registerPlatform(settings_1.PLATFORM_NAME, platform_1.EnOceanHomebridgePlatform); }; //# sourceMappingURL=index.js.map