no message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user