From acd44c108ad4f9cd6fcbfabf4601ad539f54229f Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Thu, 16 Oct 2025 15:11:32 +0200 Subject: [PATCH] no message --- Batterie_Deye/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Batterie_Deye/module.php b/Batterie_Deye/module.php index 92a9994..a96655f 100644 --- a/Batterie_Deye/module.php +++ b/Batterie_Deye/module.php @@ -25,7 +25,7 @@ class Batterie_Deye extends IPSModule $this->RegisterVariableInteger("Batteriemanagement_Variabel","Batteriemanagement_Variabel", "",0); $this->RegisterVariableInteger("Ladestrom","Ladestrom", "",0); $this->RegisterVariableInteger("Entladestrom","Entladestrom", "",0); - $this->RegisterPropertyInteger("Batteriespannung_laden_entladen","Batteriespannung_laden_entladen",0); + $this->RegisterPropertyInteger("Batteriespannung_laden_entladen","Batteriespannung_laden_entladen","",0); $this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0); $this->RegisterVariableString("PowerSteps", "PowerSteps");