no message
This commit is contained in:
@@ -61,7 +61,7 @@ class Puffer extends IPSModule
|
|||||||
$maxAT = $this->ReadPropertyInteger("MaxAT_Temp"); // z.B. 0
|
$maxAT = $this->ReadPropertyInteger("MaxAT_Temp"); // z.B. 0
|
||||||
$minAT = $this->ReadPropertyInteger("MinAT_Temp"); // z.B. 20
|
$minAT = $this->ReadPropertyInteger("MinAT_Temp"); // z.B. 20
|
||||||
|
|
||||||
$m = ($maxVT - $minVT) / ($minAT - $maxAT);
|
$m = ($minVT - $maxVT) / ($maxAT - $minAT);
|
||||||
$this->SetValue("Steigung", $m);
|
$this->SetValue("Steigung", $m);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user