From 8568c55037157ce693497fe78922776069dda0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 28 Nov 2024 15:11:11 +0100 Subject: [PATCH] no message --- CC100_HW/form.json | 6 ------ CC100_HW/module.php | 2 +- library.json | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 CC100_HW/form.json diff --git a/CC100_HW/form.json b/CC100_HW/form.json deleted file mode 100644 index be29f15..0000000 --- a/CC100_HW/form.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "elements": [ - - - ] -} diff --git a/CC100_HW/module.php b/CC100_HW/module.php index e476eff..033a644 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) { diff --git a/library.json b/library.json index ac3211a..aaa8969 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.166", + "version": "0.167", "build": 0, "date": 0 } \ No newline at end of file