UNPKG

homebridge-homeconnect

Version:

A Homebridge plugin that connects Home Connect appliances to Apple HomeKit

11 lines 573 B
import { ConfigPlugin } from './config-types.js'; export declare const ENGINES: Record<string, string>; export declare const PLUGIN_NAME: string; export declare const PLATFORM_NAME: string; export declare const PLUGIN_VERSION: string; export declare const REQUIRED_HOMEBRIDGE_API = "^2.7"; export declare const REQUIRED_HOMEBRIDGE_HAP = ">=0.9.0"; export declare const DEFAULT_CONFIG: Partial<ConfigPlugin>; export declare const DEFAULT_CLIENTID: (simulator?: boolean) => string | undefined; export declare const API_SCOPES: string[]; //# sourceMappingURL=settings.d.ts.map