Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -132,7 +132,7 @@ public class JsonMqttAdaptor implements MqttTransportAdaptor { |
132 | 132 | break; |
133 | 133 | case TO_SERVER_RPC_RESPONSE: |
134 | 134 | ToServerRpcResponseMsg rpcResponse = (ToServerRpcResponseMsg) msg; |
135 | - result = createMqttPublishMsg(ctx, MqttTopics.DEVICE_RPC_REQUESTS_TOPIC + rpcResponse.getRequestId(), | |
135 | + result = createMqttPublishMsg(ctx, MqttTopics.DEVICE_RPC_RESPONSE_TOPIC + rpcResponse.getRequestId(), | |
136 | 136 | rpcResponse); |
137 | 137 | break; |
138 | 138 | case RULE_ENGINE_ERROR: | ... | ... |