UNPKG

homebridge-nibe-s1156

Version:
12 lines (10 loc) 350 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); }; //# sourceMappingURL=index.js.map