no message

This commit is contained in:
belevo\mh
2026-04-21 18:18:45 +02:00
parent 87a49c00ce
commit 960e56b6f9
+2 -2
View File
@@ -121,7 +121,7 @@ class Batterie extends IPSModule
private function GeneratePowerSteps($additionalValue)
private function GeneratePowerSteps()
{
$maxleistung_raw = GetValue($this->ReadPropertyInteger("MaxBatterieleistung"));
@@ -363,7 +363,7 @@ public function RequestAction($Ident, $Value)
{
IPS_LogMessage("Batterie", "Currentdata");
$array_powersteps = $this->GeneratePowerSteps($this->GetValue("Aktuelle_Leistung"));
$array_powersteps = $this->GeneratePowerSteps();
$aufdasnachladen = $this->ReadPropertyInteger("AufdasNachladen");
$minimumentladen = $this->ReadPropertyInteger("MinimumEntladen");
$maxleistung = GetValue($this->ReadPropertyInteger("MaxBatterieleistung"));