From 2e33e6132f278f2fdb04b82e7e26197db4a0904e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 28 Jan 2025 16:00:08 +0100 Subject: [PATCH] luizbg --- Belevo_Bezahl_Modul/form.json | 19 +------------------ Belevo_Bezahl_Modul/module.php | 2 +- library.json | 2 +- 3 files changed, 3 insertions(+), 20 deletions(-) diff --git a/Belevo_Bezahl_Modul/form.json b/Belevo_Bezahl_Modul/form.json index 94901e5..978e211 100644 --- a/Belevo_Bezahl_Modul/form.json +++ b/Belevo_Bezahl_Modul/form.json @@ -1,22 +1,5 @@ { "elements":[ - { - "type": "SelectVariable", - "name": "Reservate", - "caption": "Betrag reservieren", - "test": true - }, - { - "type": "SelectVariable", - "name": "GetAmount", - "caption": "Betrag Abziehen", - "test": true - }, - { - "type": "SelectVariable", - "name": "HTMLBox", - "caption": "HTMLBox", - "test": true - } + ] } \ No newline at end of file diff --git a/Belevo_Bezahl_Modul/module.php b/Belevo_Bezahl_Modul/module.php index 432fae6..97b8ffc 100644 --- a/Belevo_Bezahl_Modul/module.php +++ b/Belevo_Bezahl_Modul/module.php @@ -104,7 +104,7 @@ class Belevo_Bezahl_Modul extends IPSModule '; - SetValue($this->GetIDForIdent("HTMLContent"), $html); // Baut das HTML auf + SetValue("HTMLContent", $html); // Baut das HTML auf } } ?> \ No newline at end of file diff --git a/library.json b/library.json index eb3a6e7..fcb4732 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.012", + "version": "1.013", "build": 0, "date": 0 } \ No newline at end of file