From 3eae7fd56e034b591f26f106c371d208d1582ae5 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 11 Dec 2024 15:40:44 +0100 Subject: [PATCH] fehler --- Batterie/module.php | 1 + library.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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