matterbridge-roborock-vacuum-plugin
Version:
Matterbridge Roborock Vacuum Plugin
7 lines • 477 B
TypeScript
import { ServiceArea } from 'matterbridge/matter/clusters';
import { RoomIndexMap } from '../core/application/models/RoomIndexMap.js';
export declare function mergeSupportedAreasByMap(existingAreas: ServiceArea.Area[], incomingAreas: ServiceArea.Area[], mapId: number, existingIndexMap: RoomIndexMap | undefined, incomingIndexMap: RoomIndexMap): {
supportedAreas: ServiceArea.Area[];
roomIndexMap: RoomIndexMap;
};
//# sourceMappingURL=mergeSupportedAreasByMap.d.ts.map