Files
CPLv4.0/types/Kue705FOProps.ts
2025-07-23 15:11:13 +02:00

12 lines
293 B
TypeScript

// types/components/Kue705FOProps.ts
export interface Kue705FOProps {
isolationswert: number | string;
schleifenwiderstand: number | string;
modulName: string;
kueOnline: number;
slotIndex: number;
tdrLocation: number[];
alarmStatus?: boolean;
win_fallSensorsActive: number;
}