no message

This commit is contained in:
belevo\mh
2026-05-11 08:27:53 +02:00
parent 4a22c921ae
commit 097299a5d5
+1 -1
View File
@@ -109,7 +109,7 @@ class Heizung_x_Stufig extends IPSModule
$kontaktID = $this->GetKontaktIDZuLeistung($leistung);
if ($kontaktID > 0 && IPS_VariableExists($kontaktID)) {
SetValue($kontaktID, ($leistung === $power));
RequestAction($kontaktID, ($leistung === $power));
} elseif ($kontaktID > 0) {
IPS_LogMessage("ERROR", "KontaktID $kontaktID existiert nicht oder ist ungültig!");
}