diff --git a/Manager/module.php b/Manager/module.php index 8b52a3d..adf8c27 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -33,7 +33,7 @@ class Manager extends IPSModule case "DistributeEnergy": if($this->ReadPropertyBoolean("HauptmanagerAktiv")==true ){ $data = json_decode(GetValue($this->ReadPropertyInteger("DatenZuruck")), true); - IPS_LogMessage("Manager", $data); + IPS_LogMessage("Manager", print_r($data)); IPS_LogMessage("Manager", $data["timestamp"]); if (isset($data["timestamp"])) { diff --git a/library.json b/library.json index 4a73faf..b173658 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.107", + "version": "1.108", "build": 0, "date": 0 } \ No newline at end of file