From 75c4fb698cb15d44ededa3da354a1a80554b3384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 28 Jan 2025 16:19:24 +0100 Subject: [PATCH] k --- Belevo_Bezahl_Modul/module.php | 4 ++-- library.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Belevo_Bezahl_Modul/module.php b/Belevo_Bezahl_Modul/module.php index 85b6ecf..5c65863 100644 --- a/Belevo_Bezahl_Modul/module.php +++ b/Belevo_Bezahl_Modul/module.php @@ -72,7 +72,7 @@ class Belevo_Bezahl_Modul extends IPSModule xhr.send(JSON.stringify({ "jsonrpc": "2.0", "method": "SetValue", - "params": [' . $this->GetIDForIdent("AmountIsReserved") . ', true], + "params": ["AmountIsReserved", true], "id": 0 })); xhr.onload = function() { @@ -94,7 +94,7 @@ class Belevo_Bezahl_Modul extends IPSModule xhr.send(JSON.stringify({ "jsonrpc": "2.0", "method": "SetValue", - "params": [' . $this->GetIDForIdent("AmountIsReserved") . ', false], + "params": ["AmountIsReserved", false], "id": 0 })); xhr.onload = function() { diff --git a/library.json b/library.json index 7f5c64e..c470ee0 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.018", + "version": "1.019", "build": 0, "date": 0 } \ No newline at end of file