Profile hinzugefügt

This commit is contained in:
belevo\mh
2025-01-06 11:17:57 +01:00
parent 6eb420e323
commit 11461f4398
2 changed files with 5 additions and 5 deletions

View File

@@ -15,12 +15,12 @@ class Boiler_2_Stufig_Mit_Fueler extends IPSModule
// Boiler spezifische Variablen
$this->RegisterVariableInteger("Mindesttemperatur","Mindesttemperatur","",45);
$this->RegisterVariableInteger("Maximaltemperatur","Maximaltemperatur","",60);
$this->RegisterVariableInteger("Legionellentemperatur","Legionellentemperatur","",65);
$this->RegisterVariableProfile("Boiler.Temperature", 1, "°C");
$this->RegisterVariableInteger("Mindesttemperatur","Mindesttemperatur","Boiler.Temperature",45);
$this->RegisterVariableInteger("Maximaltemperatur","Maximaltemperatur","Boiler.Temperature",60);
$this->RegisterVariableInteger("Legionellentemperatur","Legionellentemperatur","Boiler.Temperature",65);
$this->RegisterVariableInteger("LegioCounter", "LegioCounter", "", 0);
//$this->RegisterVariableInteger("Boilertemperatur", "Boilertemperatur", "", 0);
$this->RegisterVariableProfile("Boiler.Temperature", 1, "°C");
$this->RegisterVariableInteger("Boilertemperatur", "Boilertemperatur", "Boiler.Temperature", 0);