|
@@ -1849,11 +1849,14 @@ export interface CoolingHistoryDataQuery {
|
|
|
}
|
|
|
|
|
|
export interface CoolingHistoryDataResult {
|
|
|
- deviceTypeName: string;
|
|
|
data: {
|
|
|
- time: string;
|
|
|
- [key: string]: string | number;
|
|
|
+ deviceTypeName: string;
|
|
|
+ data: {
|
|
|
+ time: string;
|
|
|
+ [key: string]: string | number;
|
|
|
+ }[];
|
|
|
}[];
|
|
|
+ timeScale: TimeScaleType;
|
|
|
}
|
|
|
|
|
|
export interface CoolingStatisticsQuery {
|