Modal für Messkurve auslagern
This commit is contained in:
@@ -32,7 +32,7 @@ export interface VariablesState {
|
||||
kueOnline: string[] | number[];
|
||||
kueID: string[];
|
||||
kueIso: string[];
|
||||
kuePSTmMinus96V: string[];
|
||||
kuePSTmMinus96V: number[];
|
||||
kueAlarm1: number[];
|
||||
kueAlarm2: number[];
|
||||
kueResidence: string[];
|
||||
@@ -50,7 +50,7 @@ export interface VariablesState {
|
||||
tdrTrigger: number | null;
|
||||
tdrLocation: number | null;
|
||||
tdrActive: boolean | null;
|
||||
kueOverflow: string | null;
|
||||
kueOverflow: number[] | null;
|
||||
tdrLast: string | null;
|
||||
appVersion: string | null;
|
||||
win_analogeEingaenge1: string | null;
|
||||
|
||||
Reference in New Issue
Block a user