From 314620abfe2a7204aa82bd3fd0ce0e64b5abe8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 28 Nov 2024 14:51:52 +0100 Subject: [PATCH] cc100 noch gespeichert --- CC100_HW/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CC100_HW/module.php b/CC100_HW/module.php index f0b15c3..44fa817 100644 --- a/CC100_HW/module.php +++ b/CC100_HW/module.php @@ -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) {