UNPKG

@homebridge-plugins/homebridge-noip

Version:

The No-IP plugin allows you to update your No-IP hostname(s) for your homebridge instance.

11 lines 517 B
/** * Factory function that returns a proxy constructor which selects between the * HAP and Matter platform implementations based on the plugin config and * whether the Homebridge Matter API is available. * * @param HAPPlatform - The standard HAP platform class. * @param MatterPlatform - The Matter platform class. * @returns A constructor that instantiates the correct platform. */ export declare function createPlatformProxy(HAPPlatform: any, MatterPlatform: any): any; //# sourceMappingURL=utils.d.ts.map