From 665f11054d8ad4e4729acd04a2c6c48b621cb778 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 26 May 2026 13:17:23 +0200 Subject: [PATCH] no message --- MQTTBatterySDL/module.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/MQTTBatterySDL/module.php b/MQTTBatterySDL/module.php index 8543ca5..aaa4ac8 100644 --- a/MQTTBatterySDL/module.php +++ b/MQTTBatterySDL/module.php @@ -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;