logging
This commit is contained in:
@@ -33,7 +33,7 @@ class Manager extends IPSModule
|
|||||||
case "DistributeEnergy":
|
case "DistributeEnergy":
|
||||||
if($this->ReadPropertyBoolean("HauptmanagerAktiv")==true ){
|
if($this->ReadPropertyBoolean("HauptmanagerAktiv")==true ){
|
||||||
$data = json_decode(GetValue($this->ReadPropertyInteger("DatenZuruck")), true);
|
$data = json_decode(GetValue($this->ReadPropertyInteger("DatenZuruck")), true);
|
||||||
IPS_LogMessage("Manager", $data);
|
IPS_LogMessage("Manager", print_r($data));
|
||||||
IPS_LogMessage("Manager", $data["timestamp"]);
|
IPS_LogMessage("Manager", $data["timestamp"]);
|
||||||
|
|
||||||
if (isset($data["timestamp"])) {
|
if (isset($data["timestamp"])) {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "1.107",
|
"version": "1.108",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user