no message

This commit is contained in:
2026-05-26 13:17:23 +02:00
parent 3486869235
commit 665f11054d
+3 -7
View File
@@ -380,13 +380,9 @@ class MQTTBatterySDL extends IPSModule
$json = $this->BuildReadResponse();
// TESTWEISE KEIN DIREKTES MQTT PUBLISH
// weil das Symcon blockiert hat
$this->SendDebug(
'FeedbackResponse',
$json,
0
$this->PublishMQTT(
'feedback-response/' . $suffix,
$json
);
return;