From c4a46f31924802f3c86282f9ed111b1c05b49f3e Mon Sep 17 00:00:00 2001 From: "belevo\\dh" Date: Mon, 7 Oct 2024 16:39:08 +0200 Subject: [PATCH] ... --- CC100_HW/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CC100_HW/module.php b/CC100_HW/module.php index 725a8cf..c328c57 100644 --- a/CC100_HW/module.php +++ b/CC100_HW/module.php @@ -25,7 +25,7 @@ class CC100_HW extends IPSModule // Timer für PT1 und PT2 einrichten $this->RegisterTimer("ReadPTValues", 30000, 'IPS_RequestAction(' . $this->InstanceID . ', "DOUT_ReadPTValues", "");'); - $this->RegisterTimer("WriteBits", 1000, 'IPS_RequestAction(' . $this->InstanceID . ', "DOUT_ReadPTValues", "");'); + $this->RegisterTimer("WriteBits", 1000, 'IPS_RequestAction(' . $this->InstanceID . ', "UpdateFile", "");'); } diff --git a/library.json b/library.json index 8022300..dd5a227 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.8", + "version": "0.9", "build": 0, "date": 0 } \ No newline at end of file