no message

This commit is contained in:
2024-11-28 15:11:11 +01:00
parent 9c0b3a0537
commit 8568c55037
3 changed files with 2 additions and 8 deletions

View File

@@ -118,7 +118,7 @@ class CC100_HW extends IPSModule
private function TryWriteFile($starttime)
{
$this->readAndConvertToBools($DIN_FILE);
$this->readAndConvertToBools($this->DIN_FILE);
$currentTime = microtime(true) * 1000;
if ($currentTime - $starttime <= $this->maxTime) {