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

@@ -1,5 +1,5 @@
{
"id": "{B5845D10-1E21-A1AB-32D3-A00E6866EC25}",
"id": "{65C6AFF6-8953-1881-ACAE-25AA8B230A61}",
"name": "WP_Standart",
"type": 3,
"vendor": "Belevo AG",
@@ -8,5 +8,5 @@
"childRequirements": [],
"implemented": [],
"prefix": "GEF",
"url": "https://git.belevo.ch/dh/Energiemanager_Symconmodule_Demo"
"url": ""
}

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);

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "0.98",
"version": "0.99",
"build": 0,
"date": 0
}