UNPKG

matterbridge-roborock-vacuum-plugin

Version:
5 lines 396 B
import { RvcCleanMode } from 'matterbridge/matter/clusters'; import { PlatformConfigManager } from '../platform/platformConfigManager.js'; import { DeviceModel } from '../roborockCommunication/models/index.js'; export declare function getSupportedCleanModes(model: DeviceModel, configManager: PlatformConfigManager): RvcCleanMode.ModeOption[]; //# sourceMappingURL=getSupportedCleanModes.d.ts.map