this vergessen

This commit is contained in:
dh
2025-01-22 09:51:35 +01:00
parent f4478a09ed
commit 2afab8f301
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -60,11 +60,11 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
switch ($Ident) { switch ($Ident) {
case "SetAktuelle_Leistung": case "SetAktuelle_Leistung":
SetValue("Power", (int)$Value); $this->SetValue("Power", (int)$Value);
break; break;
case "GetCurrentData": case "GetCurrentData":
SetValue("Is_Peak_Shaving", (bool)$Value); $this->SetValue("Is_Peak_Shaving", (bool)$Value);
break; break;
case "Do_UserCalc": case "Do_UserCalc":
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.289", "version": "0.290",
"build": 0, "build": 0,
"date": 0 "date": 0