no message
This commit is contained in:
@@ -380,13 +380,9 @@ class MQTTBatterySDL extends IPSModule
|
|||||||
|
|
||||||
$json = $this->BuildReadResponse();
|
$json = $this->BuildReadResponse();
|
||||||
|
|
||||||
// TESTWEISE KEIN DIREKTES MQTT PUBLISH
|
$this->PublishMQTT(
|
||||||
// weil das Symcon blockiert hat
|
'feedback-response/' . $suffix,
|
||||||
|
$json
|
||||||
$this->SendDebug(
|
|
||||||
'FeedbackResponse',
|
|
||||||
$json,
|
|
||||||
0
|
|
||||||
);
|
);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user