This commit is contained in:
mh
2024-12-11 15:31:46 +01:00
parent 1d3860cd1c
commit 40237638a0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -163,7 +163,7 @@ class Batterie extends IPSModule
/*
private function CheckIdle($power) private function CheckIdle($power)
{ {
$lastpower = GetValue("Aktuelle_Leistung"); $lastpower = GetValue("Aktuelle_Leistung");
@@ -183,7 +183,7 @@ class Batterie extends IPSModule
$this->SetValue("Idle", true); $this->SetValue("Idle", true);
} }
} }
*/
private function ProcessIdleCounter() private function ProcessIdleCounter()
{ {
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.175", "version": "0.176",
"build": 0, "build": 0,
"date": 0 "date": 0
} }