From 91edee7d9c63f20faef397eb3c74fa4523cef859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 4 Jun 2025 10:22:10 +0200 Subject: [PATCH] syntax anpassungen --- SofarWechselrichter/form.json | 6 +++--- SofarWechselrichter/module.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SofarWechselrichter/form.json b/SofarWechselrichter/form.json index c1fad0a..8b74d17 100644 --- a/SofarWechselrichter/form.json +++ b/SofarWechselrichter/form.json @@ -2,7 +2,7 @@ "elements": [ { "type": "Label", - "caption": "Sofar Wechselrichter – Konfiguration" + "caption": "Sofar Wechselrichter Konfiguration" }, { "type": "NumberSpinner", @@ -17,12 +17,12 @@ "suffix": "s" }, { - "type": "Matrix", + "type": "List", "name": "Registers", "caption": "Register-Tabelle", "add": "Registriere neuen Eintrag", "delete": "Lösche Eintrag", - "type": [ + "columns": [ { "caption": "Register-Nummer", "name": "RegisterNumber", diff --git a/SofarWechselrichter/module.json b/SofarWechselrichter/module.json index 53f4f54..71401f0 100644 --- a/SofarWechselrichter/module.json +++ b/SofarWechselrichter/module.json @@ -1,5 +1,5 @@ { - "id": "{A1B2C3D4-EF56-7890-ABCD-1234567890EF}", + "id": "{C26E97C8-BA00-0563-6B14-B807C5ACE17F}", "type": 3, "vendor": "Belevo AG", "aliases": [],