diff --git a/Batterie/module.php b/Batterie/module.php index 43ce3c8..2b23a3f 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -196,7 +196,7 @@ public function RequestAction($Ident, $Value) if ($batterieladezustand <= $aufdasnachladen) { - $nachladen = GetValue($this->ReadPropertyInteger("MaxNachladen")); + $nachladen = $this->ReadPropertyInteger("MaxNachladen"); $dummy_array[] = $nachladen; IPS_LogMessage("Batterie", ": MaxNachladen " .json_encode($dummy_array)); $this->SetValue("PowerSteps", json_encode($dummy_array)); diff --git a/library.json b/library.json index d876622..8968fce 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.082", + "version": "1.083", "build": 0, "date": 0 } \ No newline at end of file