UNPKG

matterbridge-roborock-vacuum-plugin

Version:
7 lines 329 B
import { HandlerContext, ModeHandler } from './modeHandler.js'; export declare class ModeHandlerRegistry { private readonly handlers; register(handler: ModeHandler): this; handle(duid: string, mode: number, activity: string, context: HandlerContext): Promise<void>; } //# sourceMappingURL=modeHandlerRegistry.d.ts.map