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