UNPKG

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.

6 lines 431 B
import { PlatformConfig } from 'matterbridge'; import { AnsiLogger } from 'matterbridge/logger'; import { Config, DysonAccountLogin } from './config-types.js'; export declare function checkConfiguration(log: AnsiLogger, config: PlatformConfig): asserts config is Config & PlatformConfig; export declare function getDysonAccount(log: AnsiLogger, config: PlatformConfig): DysonAccountLogin; //# sourceMappingURL=config-check.d.ts.map