@homebridge-plugins/homebridge-rainbird
Version:
The Rainbird plugin allows you to access your Rainbird device(s) from HomeKit.
10 lines • 493 B
TypeScript
/**
* Creates a proxy class that instantiates the correct platform implementation
* (HAP or Matter) at runtime based on availability and user configuration.
*
* @param HAPPlatform The HAP platform class constructor.
* @param MatterPlatform The Matter platform class constructor.
* @returns A proxy class that delegates to the correct platform implementation.
*/
export declare function createPlatformProxy(HAPPlatform: any, MatterPlatform: any): any;
//# sourceMappingURL=utils.d.ts.map