diff --git a/Batterie/module.php b/Batterie/module.php index 8f3aaf2..cfad474 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -20,6 +20,7 @@ class Batterie extends IPSModule // Variabeln für Kommunkation mit Manager $this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0); $this->RegisterVariableString("PowerSteps", "PowerSteps"); + $this->RegisterVariableBoolean("Idle", "Idle", "", 0); // Hilfsvariabeln für Idle zustand $this->RegisterPropertyInteger("IdleCounterMax", 2); diff --git a/library.json b/library.json index ab0e3c6..645ed58 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.178", + "version": "0.179", "build": 0, "date": 0 } \ No newline at end of file