-
This commit is contained in:
+2
-2
@@ -75,8 +75,8 @@ class Batterie extends IPSModule
|
||||
$batterieladezustand = $this->ReadPropertyInteger("Batterieladezustand"); // Als Property gelesen
|
||||
$maxleistung = $this->ReadPropertyInteger("MaxBatterieleistung"); // Als Property gelesen
|
||||
$spannung = $this->ReadPropertyInteger("Batteriespannung"); // Spannung ebenfalls als Property
|
||||
$ladestrom = $this->ReadPropertyInteger("Ladestrom");
|
||||
$entladestrom = $this->ReadPropertyInteger("Entladestrom");
|
||||
$ladestrom = GetValue($this->GetIDForIdent("Ladestrom"));
|
||||
$entladestrom = GetValue($this->GetIDForIdent("Entladestrom"));
|
||||
|
||||
IPS_LogMessage("Batterie", "power: " . $power);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user