@homebridge-plugins/homebridge-lutron-caseta-leap
Version:
Homebridge support for Lutron
7 lines • 302 B
TypeScript
import type { PlatformConfig } from 'homebridge';
export declare const PLUGIN_NAME = "homebridge-lutron";
export declare const PLATFORM_NAME = "LutronCasetaLeap";
export interface LutronCasetaLeapPluginConfig extends PlatformConfig {
enableMatter?: boolean;
}
//# sourceMappingURL=settings.d.ts.map