diff --git a/CC100_HW/module.php b/CC100_HW/module.php index 9c44949..28bf887 100644 --- a/CC100_HW/module.php +++ b/CC100_HW/module.php @@ -71,7 +71,7 @@ class CC100_HW extends IPSModule { // Überprüfen, ob die Datei existiert und lesbar ist if (!file_exists($filePath) || !is_readable($filePath)) { - break; N + break; } // Inhalt der Datei auslesen diff --git a/library.json b/library.json index 005d01b..762e71d 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.152", + "version": "0.153", "build": 0, "date": 0 } \ No newline at end of file