adnere auch mit this ausgestattet
This commit is contained in:
@@ -60,11 +60,11 @@ class WP_Steuerung 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 "ResetPowerSteps":
|
||||
|
||||
Reference in New Issue
Block a user