This commit is contained in:
2024-10-07 16:39:08 +02:00
parent 7e2f1fafe2
commit c4a46f3192
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class CC100_HW extends IPSModule
// Timer für PT1 und PT2 einrichten // Timer für PT1 und PT2 einrichten
$this->RegisterTimer("ReadPTValues", 30000, 'IPS_RequestAction(' . $this->InstanceID . ', "DOUT_ReadPTValues", "");'); $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", "");');
} }

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.8", "version": "0.9",
"build": 0, "build": 0,
"date": 0 "date": 0
} }