no message
This commit is contained in:
@@ -202,13 +202,13 @@ class Manager extends IPSModule
|
||||
$Is_Peak_Shaving = true;
|
||||
|
||||
}
|
||||
elseif( $this->("Is_Peak_Shaving")==false){
|
||||
elseif( $this->GetValue("Is_Peak_Shaving")==false){
|
||||
|
||||
$remainingPower = -1 * (-1 * $Ueberschussleistung + $Netzbezug);
|
||||
$Is_Peak_Shaving = false;
|
||||
|
||||
}
|
||||
elseif( $this->("Is_Peak_Shaving")==true){
|
||||
elseif( $this->GetValue("Is_Peak_Shaving")==true){
|
||||
|
||||
$remainingPower = $Peakleistung - $Netzbezug;
|
||||
$Is_Peak_Shaving = true;
|
||||
|
||||
Reference in New Issue
Block a user