this vergessen

This commit is contained in:
2025-01-22 09:51:35 +01:00
parent f4478a09ed
commit 2afab8f301
2 changed files with 3 additions and 3 deletions

View File

@@ -60,11 +60,11 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
switch ($Ident) {
case "SetAktuelle_Leistung":
SetValue("Power", (int)$Value);
$this->SetValue("Power", (int)$Value);
break;
case "GetCurrentData":
SetValue("Is_Peak_Shaving", (bool)$Value);
$this->SetValue("Is_Peak_Shaving", (bool)$Value);
break;
case "Do_UserCalc":