UNPKG

homebridge-pentair-intellicenter-ai

Version:

Homebridge plugin for the Pentair IntelliCenter pool control system (maintained with AI assistance)

7 lines 242 B
"use strict"; const settings_1 = require("./settings"); const platform_1 = require("./platform"); module.exports = (api) => { api.registerPlatform(settings_1.PLATFORM_NAME, platform_1.PentairPlatform); }; //# sourceMappingURL=index.js.map