This commit is contained in:
dh
2025-01-28 16:19:24 +01:00
parent ad4b3c31ef
commit 75c4fb698c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -72,7 +72,7 @@ class Belevo_Bezahl_Modul extends IPSModule
xhr.send(JSON.stringify({ xhr.send(JSON.stringify({
"jsonrpc": "2.0", "jsonrpc": "2.0",
"method": "SetValue", "method": "SetValue",
"params": [' . $this->GetIDForIdent("AmountIsReserved") . ', true], "params": ["AmountIsReserved", true],
"id": 0 "id": 0
})); }));
xhr.onload = function() { xhr.onload = function() {
@@ -94,7 +94,7 @@ class Belevo_Bezahl_Modul extends IPSModule
xhr.send(JSON.stringify({ xhr.send(JSON.stringify({
"jsonrpc": "2.0", "jsonrpc": "2.0",
"method": "SetValue", "method": "SetValue",
"params": [' . $this->GetIDForIdent("AmountIsReserved") . ', false], "params": ["AmountIsReserved", false],
"id": 0 "id": 0
})); }));
xhr.onload = function() { xhr.onload = function() {
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "1.018", "version": "1.019",
"build": 0, "build": 0,
"date": 0 "date": 0
} }