no message

This commit is contained in:
belevo\mh
2025-09-25 13:46:53 +02:00
parent 2f3e5728bc
commit 55ac2a352c

View File

@@ -61,7 +61,7 @@ class Puffer extends IPSModule
$maxAT = $this->ReadPropertyInteger("MaxAT_Temp"); // z.B. 0
$minAT = $this->ReadPropertyInteger("MinAT_Temp"); // z.B. 20
$m = ($maxVT - $minVT) / ($minAT - $maxAT);
$m = ($minVT - $maxVT) / ($maxAT - $minAT);
$this->SetValue("Steigung", $m);