no message

This commit is contained in:
belevo\mh
2026-05-06 07:54:16 +02:00
parent 9323554526
commit b90e097e84
+8
View File
@@ -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"
}