From b90e097e84488f986f71cfd1eab9294d276159e3 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 6 May 2026 07:54:16 +0200 Subject: [PATCH] no message --- Bat_EV_SDL_V4/form.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Bat_EV_SDL_V4/form.json b/Bat_EV_SDL_V4/form.json index 7ca2ee2..f403a1d 100644 --- a/Bat_EV_SDL_V4/form.json +++ b/Bat_EV_SDL_V4/form.json @@ -16,6 +16,7 @@ "caption": "Typ", "name": "typ", "width": "160px", + "add": "", "edit": { "type": "ValidationTextBox" } @@ -25,6 +26,7 @@ "name": "capazity", "width": "100px", "suffix": " kWh", + "add": 0, "edit": { "type": "NumberSpinner", "minimum": 0, @@ -36,6 +38,7 @@ "name": "powerbat", "width": "120px", "suffix": " W", + "add": 0, "edit": { "type": "NumberSpinner", "minimum": 0, @@ -46,6 +49,7 @@ "caption": "SoC Variable", "name": "soc", "width": "120px", + "add": 0, "edit": { "type": "SelectVariable" } @@ -54,6 +58,7 @@ "caption": "Ist-Leistung Register", "name": "register_bat_power", "width": "150px", + "add": 0, "edit": { "type": "SelectVariable" } @@ -62,6 +67,7 @@ "caption": "Ladeleistung Register", "name": "powerbat_laden", "width": "150px", + "add": 0, "edit": { "type": "SelectVariable" } @@ -70,6 +76,7 @@ "caption": "Entladeleistung Register", "name": "powerbat_entladen", "width": "160px", + "add": 0, "edit": { "type": "SelectVariable" } @@ -78,6 +85,7 @@ "caption": "Modus Register", "name": "register_ladenentladen_modus", "width": "140px", + "add": 0, "edit": { "type": "SelectVariable" }