no message
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ class Puffer extends IPSModule
|
|||||||
IPS_LogMessage("Puffer", "nach Glättung und vor AT berechnung");
|
IPS_LogMessage("Puffer", "nach Glättung und vor AT berechnung");
|
||||||
|
|
||||||
|
|
||||||
$at = $this->ReadPropertyInteger("Aussentemp");
|
$at = GetValue($this->ReadPropertyInteger("Aussentemp"));
|
||||||
$this->SetValue("Aussentemperatur", $at);
|
$this->SetValue("Aussentemperatur", $at);
|
||||||
$m = $this->GetValue("Steigung");
|
$m = $this->GetValue("Steigung");
|
||||||
$minVT = $this->ReadPropertyInteger("MinVT_Temp"); // z.B. 20
|
$minVT = $this->ReadPropertyInteger("MinVT_Temp"); // z.B. 20
|
||||||
|
|||||||
Reference in New Issue
Block a user