From e5312ed15f34ad88c20c3f3a18f97981a7eba2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 4 Jun 2025 10:36:00 +0200 Subject: [PATCH] no message --- SofarWechselrichter/form.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SofarWechselrichter/form.json b/SofarWechselrichter/form.json index 8b74d17..fbe2987 100644 --- a/SofarWechselrichter/form.json +++ b/SofarWechselrichter/form.json @@ -27,6 +27,7 @@ "caption": "Register-Nummer", "name": "RegisterNumber", "width": "100px", + "add": 0, "edit": { "type": "NumberSpinner", "minimum": 0 @@ -36,6 +37,7 @@ "caption": "Bezeichnung", "name": "Label", "width": "200px", + "add": "", "edit": { "type": "ValidationTextBox" } @@ -44,6 +46,7 @@ "caption": "Skalierungs-faktor", "name": "ScalingFactor", "width": "100px", + "add": 1, "edit": { "type": "NumberSpinner", "digits": 4,