syntaxfehler ausgemerzt, vielleicht wegen dem
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"id": "{B5845D10-1E21-A1AB-32D3-A00E6866EC25}",
|
"id": "{65C6AFF6-8953-1881-ACAE-25AA8B230A61}",
|
||||||
"name": "WP_Standart",
|
"name": "WP_Standart",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"vendor": "Belevo AG",
|
"vendor": "Belevo AG",
|
||||||
@@ -8,5 +8,5 @@
|
|||||||
"childRequirements": [],
|
"childRequirements": [],
|
||||||
"implemented": [],
|
"implemented": [],
|
||||||
"prefix": "GEF",
|
"prefix": "GEF",
|
||||||
"url": "https://git.belevo.ch/dh/Energiemanager_Symconmodule_Demo"
|
"url": ""
|
||||||
}
|
}
|
||||||
@@ -204,7 +204,7 @@ class WP_Standart extends IPSModule {
|
|||||||
}else{
|
}else{
|
||||||
break;
|
break;
|
||||||
$newCount = $this->GetValue("WP_Laufzeit_Zahler");
|
$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);
|
$this->SetValue("LetzterPeakwert", $Peak);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "0.98",
|
"version": "0.99",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user