From 28a3337bb1f59cfe1efb09346ffb1c8286e1b5c0 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 23 Dec 2024 14:11:43 +0100 Subject: [PATCH] -- --- Batterie/module.php | 3 ++- library.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Batterie/module.php b/Batterie/module.php index d4da6a6..66ea60d 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -117,7 +117,8 @@ class Batterie extends IPSModule public function GetCurrentData(bool $Peak) { - IPS_LogMessage("Batterie", "peak".$Peak); + IPS_LogMessage("Batterie", "peak: " . ($Peak ? "true" : "false")); + $array_powersteps = $this->GeneratePowerSteps(); $aufdasnachladen = $this->ReadPropertyInteger("AufdasNachladen"); $minimumentladen = $this->ReadPropertyInteger("MinimumEntladen"); diff --git a/library.json b/library.json index 268c0f9..f326eea 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.223", + "version": "0.224", "build": 0, "date": 0