int zu bool geändert bei hauptmanagerabfrage

This commit is contained in:
dh
2025-02-28 11:26:06 +01:00
parent 9b87523f61
commit c6f9c802cb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class Manager extends IPSModule
{ {
switch ($Ident) { switch ($Ident) {
case "DistributeEnergy": case "DistributeEnergy":
if($this->ReadPropertyInteger("HauptmanagerAktiv")==true ){ if($this->ReadPropertyBoolean("HauptmanagerAktiv")==true ){
$data = json_decode(GetValue($this->ReadPropertyInteger("DatenZuruck")), true); $data = json_decode(GetValue($this->ReadPropertyInteger("DatenZuruck")), true);
if (isset($data["timestamp"])) { if (isset($data["timestamp"])) {
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "1.105", "version": "1.106",
"build": 0, "build": 0,
"date": 0 "date": 0
} }