public
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"compatibility": {
|
||||
"version": "7.1"
|
||||
},
|
||||
"version": "0.176",
|
||||
"version": "0.177",
|
||||
"build": 0,
|
||||
"date": 0
|
||||
}
|
||||
Reference in New Issue
Block a user