This commit is contained in:
belevo\mh
2024-12-23 14:11:43 +01:00
parent 65368cab3e
commit 28a3337bb1
2 changed files with 3 additions and 2 deletions

View File

@@ -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");