this vergessen
This commit is contained in:
@@ -78,8 +78,8 @@ public function RequestAction($Ident, $Value)
|
||||
|
||||
case "Do_UserCalc":
|
||||
|
||||
$this->SetAktuelle_Leistung(GetValue("Power"));
|
||||
$this->GetCurrentData(GetValue("Is_Peak_Shaving"));
|
||||
$this->SetAktuelle_Leistung($this->GetValue("Power"));
|
||||
$this->GetCurrentData($this->GetValue("Is_Peak_Shaving"));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
@@ -69,8 +69,8 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
|
||||
|
||||
case "Do_UserCalc":
|
||||
|
||||
$this->SetAktuelle_Leistung(GetValue("Power"));
|
||||
$this->GetCurrentData(GetValue("Is_Peak_Shaving"));
|
||||
$this->SetAktuelle_Leistung($this->GetValue("Power"));
|
||||
$this->GetCurrentData($this->GetValue("Is_Peak_Shaving"));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
@@ -71,8 +71,8 @@ class Ladestation_Universal extends IPSModule
|
||||
|
||||
case "Do_UserCalc":
|
||||
|
||||
$this->SetAktuelle_Leistung(GetValue("Power"));
|
||||
$this->GetCurrentData(GetValue("Is_Peak_Shaving"));
|
||||
$this->SetAktuelle_Leistung($this->GetValue("Power"));
|
||||
$this->GetCurrentData($this->GetValue("Is_Peak_Shaving"));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
@@ -66,8 +66,8 @@ class Verbraucher_1_Stufig extends IPSModule
|
||||
break;
|
||||
|
||||
case "Do_UserCalc":
|
||||
$this->SetAktuelle_Leistung(GetValue("Power"));
|
||||
$this->GetCurrentData(GetValue("Is_Peak_Shaving"));
|
||||
$this->SetAktuelle_Leistung($this->GetValue("Power"));
|
||||
$this->GetCurrentData($this->GetValue("Is_Peak_Shaving"));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
@@ -72,8 +72,8 @@ class WP_Steuerung extends IPSModule
|
||||
break;
|
||||
|
||||
case "Do_UserCalc":
|
||||
$this->SetAktuelle_Leistung(GetValue("Power"));
|
||||
$this->GetCurrentData(GetValue("Is_Peak_Shaving"));
|
||||
$this->SetAktuelle_Leistung($this->GetValue("Power"));
|
||||
$this->GetCurrentData($this->GetValue("Is_Peak_Shaving"));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"compatibility": {
|
||||
"version": "7.1"
|
||||
},
|
||||
"version": "0.283",
|
||||
"version": "0.285",
|
||||
|
||||
"build": 0,
|
||||
"date": 0
|
||||
|
||||
Reference in New Issue
Block a user