neues modul getestet

This commit is contained in:
2024-11-08 15:49:54 +01:00
parent e9278af376
commit 03b1f3402d
4 changed files with 28 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ class WP_Standart extends IPSModule {
$sperrzei_abs = 6*60*60;
}
if(GetValue($this->ReadPropertyInteger("Wolkenschwellwert"))<GetValue($this->ReadPropertyInteger("Wolkenwert")) || $sperrzei_abs < 0 ){
if(GetValue($this->ReadPropertyInteger("Wolkenschwellwert"))<GetValue($this->ReadPropertyInteger("Wolkenwert")) || $sperrzei_abs < 0 ){
$sperrzei_abs = 0;
}