homebridge-pentair-intellicenter-ai
Version:
Homebridge plugin for the Pentair IntelliCenter pool control system (maintained with AI assistance)
10 lines • 416 B
TypeScript
/**
* This is the name of the platform that users will use to register the plugin in the Homebridge config.json
*/
export declare const PLATFORM_NAME = "PentairIntelliCenter";
/**
* This must match the name of your plugin as defined the package.json
*/
export declare const PLUGIN_NAME = "homebridge-pentair-intellicenter-ai";
export declare const MANUFACTURER = "Pentair";
//# sourceMappingURL=settings.d.ts.map