UNPKG

matterbridge-roborock-vacuum-plugin

Version:
16 lines (14 loc) 313 B
export interface MapInformation { mapFlag: number; add_time: number; length: number; name: string; rooms?: RoomInformation[] | undefined; bak_maps: { mapFlag: number; add_time: number }[]; } export interface RoomInformation { id: number; tag: number; iot_name_id: string; iot_name: string; }