From e8ba5685e31d051d6620f35f7731d414a6375ebb Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 25 Feb 2025 15:32:27 +0100 Subject: [PATCH] - --- Batterie/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Batterie/module.php b/Batterie/module.php index a61a331..43ce3c8 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -198,7 +198,7 @@ public function RequestAction($Ident, $Value) if ($batterieladezustand <= $aufdasnachladen) { $nachladen = GetValue($this->ReadPropertyInteger("MaxNachladen")); $dummy_array[] = $nachladen; - IPS_LogMessage("Batterie", ": MaxNachladen " .$nachladen); + IPS_LogMessage("Batterie", ": MaxNachladen " .json_encode($dummy_array)); $this->SetValue("PowerSteps", json_encode($dummy_array)); }elseif ($batterieladezustand = 100) { diff --git a/library.json b/library.json index be44e9a..d876622 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.081", + "version": "1.082", "build": 0, "date": 0 } \ No newline at end of file