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