Add professional historian modal with realtime analytics
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export type ModuleSensorResponse = {
|
||||
sensorId: number;
|
||||
name: string;
|
||||
key: string;
|
||||
value: unknown;
|
||||
unit: string | null;
|
||||
modbusAddress: number;
|
||||
bitOffset: number | null;
|
||||
timestamp: string;
|
||||
};
|
||||
|
||||
export type MeteoModuleResponse = {
|
||||
timestamp: string;
|
||||
sensorCount: number;
|
||||
sensors: ModuleSensorResponse[];
|
||||
};
|
||||
Reference in New Issue
Block a user