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;