no message
This commit is contained in:
@@ -25,13 +25,7 @@
|
||||
{
|
||||
"type": "SelectVariable",
|
||||
"name": "Variable_Leistung",
|
||||
"caption": "Variable mit der Nennleistung",
|
||||
"test": true
|
||||
},
|
||||
{
|
||||
"type": "SelectVariable",
|
||||
"name": "Variable_Temperatur",
|
||||
"caption": "Variable mit der Solltemperatur Boiler",
|
||||
"caption": "Variable mit der Heizstufe",
|
||||
"test": true
|
||||
},
|
||||
{
|
||||
|
||||
@@ -15,7 +15,6 @@ class Ansteuerung_Askoheat extends IPSModule
|
||||
$this->RegisterPropertyInteger("BoilerLeistung", 4400); // Standardwert für Volllast
|
||||
$this->RegisterPropertyInteger("Interval", 5); // Recheninterval
|
||||
$this->RegisterPropertyInteger("Variable_Leistung", 0); // Recheninterval
|
||||
$this->RegisterPropertyInteger("Variable_Temperatur", 0); // Recheninterval
|
||||
$this->RegisterPropertyInteger("Variable_Temperatur_Ist", 0); // Recheninterval
|
||||
|
||||
// Variabeln für Kommunkation mit Manager
|
||||
|
||||
Reference in New Issue
Block a user