no message
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
{
|
||||
"type": "SelectVariable",
|
||||
"name": "Heizungsfuehler",
|
||||
"caption": "Variable für Heizungsfühler PT1",
|
||||
"caption": "Variable für Heizungsfühler",
|
||||
"test": true
|
||||
}
|
||||
]
|
||||
|
||||
@@ -153,10 +153,18 @@ class Heizung_x_Stufig extends IPSModule
|
||||
{
|
||||
$this->LadeUndSortiereLeistungen();
|
||||
|
||||
|
||||
/*
|
||||
if ($this->GetValue("Disable") == false) {
|
||||
$this->SetValue("PowerSteps", json_encode([0]));
|
||||
$this->SetAktuelle_Leistung(0);
|
||||
return;
|
||||
}*/
|
||||
|
||||
|
||||
if ($this->GetValue("Disable") == false){
|
||||
$dummy_array[] = 0;
|
||||
return $this->SetValue("PowerSteps", json_encode($dummy_array));
|
||||
}
|
||||
|
||||
$heizungstemperaturGlaetten = $this->ReadPropertyBoolean("Heizungstemperatur_glätten");
|
||||
|
||||
Reference in New Issue
Block a user