UNPKG

homebridge-savanthost

Version:
11 lines 381 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.SavantHostHomebridgePlatform); }; //# sourceMappingURL=index.js.map