no message

This commit is contained in:
belevo\mh
2025-11-21 10:03:43 +01:00
parent 4d4c2d9edf
commit f7cb06af16

View File

@@ -60,16 +60,6 @@ class Batterie_2 extends IPSModule
{
parent::ApplyChanges();
if (GetValue($this->ReadPropertyInteger("Batterietyp")) == 1) {//Goodwe
$this->SetValue("Laden", 11);
$this->SetValue("Entladen", 12);
}elseif (GetValue($this->ReadPropertyInteger("Batterietyp")) == 2) {//Solaredge
# code...
$this->SetValue("Laden", 3);
$this->SetValue("Entladen", 4);
}
$batterieManagement = $this->ReadPropertyInteger("Batteriemanagement");