cc100 noch gespeichert

This commit is contained in:
2024-11-28 14:51:52 +01:00
parent 3752133e8f
commit 314620abfe

View File

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