UNPKG

matterbridge-roborock-vacuum-plugin

Version:
6 lines 348 B
import { HandlerContext, ModeHandler } from '../core/modeHandler.js'; export declare class CustomCleanModeHandler implements ModeHandler { canHandle(_mode: number, activity: string): boolean; handle(duid: string, mode: number, activity: string, context: HandlerContext): Promise<void>; } //# sourceMappingURL=customCleanModeHandler.d.ts.map