UNPKG

matterbridge-roborock-vacuum-plugin

Version:
5 lines 441 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, featureSet?: string, newFeatureSet?: string): RvcCleanMode.ModeOption[]; //# sourceMappingURL=getSupportedCleanModes.d.ts.map