int zu bool geändert bei hauptmanagerabfrage

This commit is contained in:
2025-02-28 11:26:06 +01:00
parent 9b87523f61
commit c6f9c802cb
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ class Manager extends IPSModule
{
switch ($Ident) {
case "DistributeEnergy":
if($this->ReadPropertyInteger("HauptmanagerAktiv")==true ){
if($this->ReadPropertyBoolean("HauptmanagerAktiv")==true ){
$data = json_decode(GetValue($this->ReadPropertyInteger("DatenZuruck")), true);
if (isset($data["timestamp"])) {

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "1.105",
"version": "1.106",
"build": 0,
"date": 0
}