Modal für Messkurve auslagern

This commit is contained in:
ISA
2025-02-10 14:50:31 +01:00
parent 1e92e5b791
commit 77cd9342bb
4 changed files with 85 additions and 66 deletions

View File

@@ -0,0 +1,10 @@
// types/components/Kue705FOProps.ts
export interface Kue705FOProps {
isolationswert: number | string;
schleifenwiderstand: number | string;
modulName: string;
kueOnline: number;
slotIndex: number;
tdrLocation: number[];
alarmStatus?: boolean;
}