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