Value aus forms entfernt

This commit is contained in:
dh
2024-12-19 10:25:57 +01:00
parent 1a300c5185
commit c90730e1e9
2 changed files with 3 additions and 13 deletions
+2 -12
View File
@@ -4,7 +4,6 @@
"type": "Select", "type": "Select",
"name": "Ladestation", "name": "Ladestation",
"caption": "Ladestation", "caption": "Ladestation",
"value": 2,
"options": [ "options": [
{ {
"caption": "Go-E Wallbox (Alte Version)", "caption": "Go-E Wallbox (Alte Version)",
@@ -49,20 +48,12 @@
{ {
"type": "ValidationTextBox", "type": "ValidationTextBox",
"name": "IP_Adresse", "name": "IP_Adresse",
"caption": "IP-Adresse Ladestation", "caption": "IP-Adresse Ladestation"
"suffix": "",
"visible": true,
"visibilityCondition": {
"field": "Ladestation",
"valueNot": 3
}
}, },
{ {
"type": "ValidationTextBox", "type": "ValidationTextBox",
"name": "ID", "name": "ID",
"caption": "ID", "caption": "ID"
"suffix": "",
"visible": true
}, },
{ {
@@ -71,7 +62,6 @@
"caption": "Seriennummer" "caption": "Seriennummer"
}, },
{ {
"type": "ValidationTextBox", "type": "ValidationTextBox",
"name": "Username", "name": "Username",
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.200", "version": "0.201",
"build": 0, "build": 0,
"date": 0 "date": 0
} }