no message
This commit is contained in:
@@ -373,7 +373,7 @@ public function ReceiveData($JSONString)
|
||||
if ($topic === 'feedback-request/' . $suffix) {
|
||||
$json = $this->BuildReadResponse();
|
||||
|
||||
$this->PublishMQTT(
|
||||
$this->QueuePublish(
|
||||
'feedback-response/' . $suffix,
|
||||
$json
|
||||
);
|
||||
@@ -385,7 +385,7 @@ public function ReceiveData($JSONString)
|
||||
$json = $this->HandleRemoteControlJSON($payload);
|
||||
|
||||
if ($json !== null) {
|
||||
$this->PublishMQTT(
|
||||
$this->QueuePublish(
|
||||
'remote-control-response/' . $suffix,
|
||||
$json
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user