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