matterbridge-dyson-robot
Version:
A Matterbridge plugin that connects Dyson robot vacuums and air treatment devices to the Matter smart home ecosystem via their local or cloud MQTT APIs.
9 lines • 416 B
TypeScript
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 DEFAULT_CONFIG: Readonly<Partial<Config>>;
export declare const VENDOR_NAME = "Dyson";
//# sourceMappingURL=settings.d.ts.map