From 03b1f3402d34fb9e6ecb2aaab17664fbe091722a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 8 Nov 2024 15:49:54 +0100 Subject: [PATCH] neues modul getestet --- WP_Standart/module.php | 2 +- WP_Steuerung/module.json | 12 ++++++++++++ WP_Steuerung/module.php | 14 ++++++++++++++ library.json | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 WP_Steuerung/module.json create mode 100644 WP_Steuerung/module.php diff --git a/WP_Standart/module.php b/WP_Standart/module.php index 892a883..bc66fca 100644 --- a/WP_Standart/module.php +++ b/WP_Standart/module.php @@ -74,7 +74,7 @@ class WP_Standart extends IPSModule { $sperrzei_abs = 6*60*60; } - if(GetValue($this->ReadPropertyInteger("Wolkenschwellwert"))ReadPropertyInteger("Wolkenwert")) || $sperrzei_abs < 0 ){ + if(GetValue($this->ReadPropertyInteger("Wolkenschwellwert"))ReadPropertyInteger("Wolkenwert")) || $sperrzei_abs < 0 ){ $sperrzei_abs = 0; } diff --git a/WP_Steuerung/module.json b/WP_Steuerung/module.json new file mode 100644 index 0000000..6bde917 --- /dev/null +++ b/WP_Steuerung/module.json @@ -0,0 +1,12 @@ +{ + "id": "{9DAC29C7-F381-F2A4-7CE2-F391C4FBAF38}", + "name": "WP_Steuerung", + "type": 3, + "vendor": "Belevo AG", + "aliases": [], + "parentRequirements": [], + "childRequirements": [], + "implemented": [], + "prefix": "GEF", + "url": "" +} \ No newline at end of file diff --git a/WP_Steuerung/module.php b/WP_Steuerung/module.php new file mode 100644 index 0000000..edc97dd --- /dev/null +++ b/WP_Steuerung/module.php @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/library.json b/library.json index 411d490..eb0da66 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.99", + "version": "0.100", "build": 0, "date": 0 } \ No newline at end of file