Variablen nur in redux store und DevTools redux-toolkit

This commit is contained in:
ISA
2024-11-01 07:24:43 +01:00
parent 9c21cd271c
commit 5c5f816744
4 changed files with 16 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
//Modul vorhanden 1 = vorhanden, 0 = nicht vorhanden
var kueOnline = [
0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1,
];
//---------------------------------------------------