UNPKG

homebridge-nibe

Version:
10 lines (9 loc) 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const NibePlatform_1 = require("./platform/NibePlatform"); /** * This method registers the platform with Homebridge */ exports.default = (api) => { api.registerPlatform(NibePlatform_1.PLATFORM_NAME, NibePlatform_1.NibePlatform); };