From 7aedce6a184a2a74431a0b838143022ee648adcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 28 Nov 2024 15:03:16 +0100 Subject: [PATCH] ?? --- CC100_HW/module.php | 57 +++++++++++++++++++++++++++++++++++++-------- library.json | 2 +- 2 files changed, 48 insertions(+), 11 deletions(-) diff --git a/CC100_HW/module.php b/CC100_HW/module.php index 851ee3a..5283ee8 100644 --- a/CC100_HW/module.php +++ b/CC100_HW/module.php @@ -1,19 +1,49 @@ +Logo +Issues +Pull-Requests +Meilensteine +Erkunden +dh +/ +Energiemanager_Symconmodule_Demo +Code +Issues +Pull-Requests +Actions +Pakete +Projekte +Releases +Wiki +Aktivität +Einstellungen +Energiemanager_Symconmodule... +/ +CC100_HW +/ +module.php +Daniel Häfliger +Daniel Häfliger +432c295a24 +Refactoring +vor 3 Stunden +206 Zeilen +7.1 KiB +PHP RegisterPropertyString("FilePath", $this->DigOutPID); $this->RegisterVariableBoolean("Bit1", "DO 1", "~Switch", 1); $this->RegisterVariableBoolean("Bit2", "DO 2", "~Switch", 2); $this->RegisterVariableBoolean("Bit3", "DO 3", "~Switch", 3); @@ -119,7 +149,7 @@ class CC100_HW extends IPSModule private function TryWriteFile($starttime) { - $this->readAndConvertToBools($this->$DIN_FILE); + $this->readAndConvertToBools($DIN_FILE); $currentTime = microtime(true) * 1000; if ($currentTime - $starttime <= $this->maxTime) { @@ -204,3 +234,10 @@ class CC100_HW extends IPSModule } ?> +Powered by Gitea +Version: 1.22.0 Seite: +167ms +Template: +7ms +Lizenzen +API diff --git a/library.json b/library.json index bb611fd..1a58855 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.162", + "version": "0.163", "build": 0, "date": 0 } \ No newline at end of file