UNPKG

matterbridge-aeg-robot

Version:

A Matterbridge plugin that connects AEG RX 9 / Electrolux Pure i9 robot vacuums to the Matter smart home ecosystem.

10 lines 458 B
import { Config } 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 PLUGIN_URL: string; export declare const API_DAILY_LIMIT = 5000; export declare const API_DAILY_POLL_LIMIT: number; export declare const DEFAULT_CONFIG: Partial<Config>; //# sourceMappingURL=settings.d.ts.map