this vergessen

This commit is contained in:
2025-01-22 08:46:26 +01:00
parent c2c0b34bad
commit 8e22f3b60a
6 changed files with 11 additions and 11 deletions

View File

@@ -78,8 +78,8 @@ public function RequestAction($Ident, $Value)
case "Do_UserCalc": case "Do_UserCalc":
$this->SetAktuelle_Leistung(GetValue("Power")); $this->SetAktuelle_Leistung($this->GetValue("Power"));
$this->GetCurrentData(GetValue("Is_Peak_Shaving")); $this->GetCurrentData($this->GetValue("Is_Peak_Shaving"));
break; break;
default: default:

View File

@@ -69,8 +69,8 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
case "Do_UserCalc": case "Do_UserCalc":
$this->SetAktuelle_Leistung(GetValue("Power")); $this->SetAktuelle_Leistung($this->GetValue("Power"));
$this->GetCurrentData(GetValue("Is_Peak_Shaving")); $this->GetCurrentData($this->GetValue("Is_Peak_Shaving"));
break; break;
default: default:

View File

@@ -71,8 +71,8 @@ class Ladestation_Universal extends IPSModule
case "Do_UserCalc": case "Do_UserCalc":
$this->SetAktuelle_Leistung(GetValue("Power")); $this->SetAktuelle_Leistung($this->GetValue("Power"));
$this->GetCurrentData(GetValue("Is_Peak_Shaving")); $this->GetCurrentData($this->GetValue("Is_Peak_Shaving"));
break; break;
default: default:

View File

@@ -66,8 +66,8 @@ class Verbraucher_1_Stufig extends IPSModule
break; break;
case "Do_UserCalc": case "Do_UserCalc":
$this->SetAktuelle_Leistung(GetValue("Power")); $this->SetAktuelle_Leistung($this->GetValue("Power"));
$this->GetCurrentData(GetValue("Is_Peak_Shaving")); $this->GetCurrentData($this->GetValue("Is_Peak_Shaving"));
break; break;
default: default:

View File

@@ -72,8 +72,8 @@ class WP_Steuerung extends IPSModule
break; break;
case "Do_UserCalc": case "Do_UserCalc":
$this->SetAktuelle_Leistung(GetValue("Power")); $this->SetAktuelle_Leistung($this->GetValue("Power"));
$this->GetCurrentData(GetValue("Is_Peak_Shaving")); $this->GetCurrentData($this->GetValue("Is_Peak_Shaving"));
break; break;
default: default:

View File

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