string anders geparst
This commit is contained in:
@@ -38,7 +38,7 @@ class HauptManager extends IPSModule
|
|||||||
|
|
||||||
public function DistributeEnergy()
|
public function DistributeEnergy()
|
||||||
{
|
{
|
||||||
$Verbraucher_Liste = json_decode($this->ReadPropertyString("Verbraucher_Liste"));
|
$Verbraucher_Liste = json_decode($this->ReadPropertyString("Verbraucher_Liste"), true);
|
||||||
|
|
||||||
$currentTime = time();
|
$currentTime = time();
|
||||||
$Netzbezug = 0;
|
$Netzbezug = 0;
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "1.132",
|
"version": "1.133",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user