From cdf46f9a2234d2d906f38db0d62574e4a9ed36a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 14 Mar 2025 10:39:50 +0100 Subject: [PATCH] =?UTF-8?q?intervalle=20verk=C3=BCrzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Batterie/module.php | 2 +- Manager/module.php | 2 +- library.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Batterie/module.php b/Batterie/module.php index fc87e08..f03584d 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -44,7 +44,7 @@ class Batterie extends IPSModule // Initialisiere Idle $this->SetValue("Idle", true); - $this->RegisterTimer("Timer_Do_UserCalc",2500,"IPS_RequestAction(" .$this->InstanceID .', "Do_UserCalc", "");'); + $this->RegisterTimer("Timer_Do_UserCalc",2000,"IPS_RequestAction(" .$this->InstanceID .', "Do_UserCalc", "");'); } diff --git a/Manager/module.php b/Manager/module.php index 93ae594..8adb8a2 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -17,7 +17,7 @@ class Manager extends IPSModule $this->RegisterPropertyInteger("DatenZuruck", 0); // Initialisierung mit 0 // Timer registrieren - $this->RegisterTimer("Timer_DistributeEnergy",3000,"IPS_RequestAction(" .$this->InstanceID .', "DistributeEnergy", "");'); + $this->RegisterTimer("Timer_DistributeEnergy",2000,"IPS_RequestAction(" .$this->InstanceID .', "DistributeEnergy", "");'); } public function ApplyChanges() diff --git a/library.json b/library.json index d702628..60f7cd9 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.184", + "version": "1.185", "build": 0, "date": 0 } \ No newline at end of file