This commit is contained in:
belevo\mh
2024-12-11 15:33:36 +01:00
parent 40237638a0
commit b841df12df
2 changed files with 5 additions and 5 deletions

View File

@@ -163,8 +163,8 @@ class Batterie extends IPSModule
/*
private function CheckIdle($power)
public function CheckIdle($power)
{
$lastpower = GetValue("Aktuelle_Leistung");
if ($lastpower != GetValue("Aktuelle_Leistung")) {
@@ -183,9 +183,9 @@ class Batterie extends IPSModule
$this->SetValue("Idle", true);
}
}
*/
private function ProcessIdleCounter()
public function ProcessIdleCounter()
{
// IdleCounter auslesen und verarbeiten
$idleCounter = $this->GetValue("IdleCounter");

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "0.176",
"version": "0.177",
"build": 0,
"date": 0
}