UNPKG

@homebridge-plugins/homebridge-lutron-caseta-leap

Version:
7 lines 302 B
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