fix: KÜ Version 4.20 in daschboard KÜs Status anzeigen

This commit is contained in:
ISA
2025-08-14 08:09:43 +02:00
parent f1ba9d4e4d
commit eff606e59a
6 changed files with 14 additions and 7 deletions

View File

@@ -18,8 +18,10 @@ const KabelModulStatus: React.FC<KabelModulStatusProps> = ({
// Modultyp basierend auf der Version bestimmen
let moduleName = "";
let moduleType = "";
if (moduleVersion === 419) {
if (moduleVersion === 420) {
moduleName = "KÜ705";
moduleType = "FO";
} else if (moduleVersion === 419) {
moduleName = "KÜ705";
moduleType = "FO";
} else if (moduleVersion === 350) {