homebridge-nibe-s1156
Version:
Homebridge plugin for Nibe S1156
12 lines (10 loc) • 350 B
JavaScript
;
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