gerson
2024-08-25 1827968a16dfcdde2b05fdf2505b898eccfa80dc
src/components/chat/chatComponents/summaryCom/components/deviceLastValue/types.ts
@@ -14,6 +14,7 @@
   YL: number;
};
export type Monitor = {
   title:string;
   type: SummaryAnswerType.DeviceLastValue;
   rows: MonitorRow[];
   values: MonitorValue[];