UNPKG

matterbridge-roborock-vacuum-plugin

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