syntaxfehler ausgemerzt, vielleicht wegen dem

This commit is contained in:
2024-11-08 15:43:16 +01:00
parent abf355b4f5
commit e9278af376
3 changed files with 4 additions and 5 deletions

View File

@@ -204,7 +204,7 @@ class WP_Standart extends IPSModule {
}else{
break;
$newCount = $this->GetValue("WP_Laufzeit_Zahler");
$this->SetValue("WP_Laufzeit_Zahler", ($newCount +1))
$this->SetValue("WP_Laufzeit_Zahler", ($newCount +1));
}
@@ -217,7 +217,6 @@ class WP_Standart extends IPSModule {
$this->SetValue("LetzterPeakwert", $Peak);
$this->SetValue("LetzterPeakwert", $Peak);