feat: Fallsensors
This commit is contained in:
@@ -42,6 +42,8 @@ interface KueDataState {
|
||||
tdrOverflow: number[];
|
||||
kueLimit2High: number[];
|
||||
memoryInterval: number[];
|
||||
// Fallsensors
|
||||
win_fallSensorsActive: number[];
|
||||
}
|
||||
|
||||
const initialState: KueDataState = {
|
||||
@@ -85,6 +87,8 @@ const initialState: KueDataState = {
|
||||
tdrOverflow: [],
|
||||
kueLimit2High: [],
|
||||
memoryInterval: [],
|
||||
// Fallsensors
|
||||
win_fallSensorsActive: [], // Fallsensors aktiv
|
||||
};
|
||||
|
||||
const kueDataSlice = createSlice({
|
||||
|
||||
Reference in New Issue
Block a user