this vergessen
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user