UNPKG

matterbridge-roborock-vacuum-plugin

Version:
13 lines 471 B
import { CleanModeConfig } from './types.js'; /** * Smart Plan mode configuration. * Exported for use in deviceCapabilityRegistry.ts. */ export declare const smartPlanModeConfig: CleanModeConfig; /** * Vacuum Followed by Mop mode configuration. * Exported for use in deviceCapabilityRegistry.ts. */ export declare const vacFollowedByMopModeConfig: CleanModeConfig; export declare const vacAndMopDeepModeConfig: CleanModeConfig; //# sourceMappingURL=special.d.ts.map