no message

This commit is contained in:
2025-11-04 11:50:40 +01:00
parent b4974c2942
commit bce390e185

View File

@@ -6,10 +6,7 @@
},
{
"type": "ExpansionPanel",
"caption": "Benutzer",
"items": [
{
"type": "List",
"name": "Users",
"caption": "Benutzerliste",
@@ -22,15 +19,11 @@
{ "caption": "Adresse", "name": "address", "width": "20%", "add": "", "edit": { "type": "ValidationTextBox" } },
{ "caption": "Ort", "name": "city", "width": "20%", "add": "", "edit": { "type": "ValidationTextBox" } }
]
}
]
},
{
"type": "ExpansionPanel",
"caption": "Stromzähler",
"items": [
{
"type": "List",
"name": "PowerMeters",
"caption": "Stromzählerliste",
@@ -44,15 +37,10 @@
{ "caption": "Var. Rückspeisung", "name": "var_feed", "width": "20%", "add": 0, "edit": { "type": "SelectVariable" } },
{ "caption": "Benutzer-ID", "name": "user_id", "width": "20%", "add": "", "edit": { "type": "ValidationTextBox" } }
]
}
]
},
{
"type": "ExpansionPanel",
"caption": "Wasserzähler / Verbrauchszähler",
"items": [
{
"type": "List",
"name": "WaterMeters",
"caption": "Verbrauchszählerliste",
@@ -78,16 +66,12 @@
]
}
}
]
}
]
},
{
"type": "ExpansionPanel",
"caption": "Tarife",
"items": [
{
"type": "List",
"name": "Tariffs",
"caption": "Tarifübersicht",
@@ -135,7 +119,6 @@
}
]
}
]
}
]
}