fix: KÜ Version 4.20 in daschboard KÜs Status anzeigen
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user