We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf0395 commit c6ce9eaCopy full SHA for c6ce9ea
lib/mqtt.js
@@ -53,7 +53,7 @@ Cayenne.prototype.connect = function(callback) {
53
});
54
55
this.client.on('message', self.onMessage.bind(self));
56
-
+
57
const cmdTopic = apiVersion + '/:username/'+THINGS+'/:thingId/cmd/:channel';
58
Router.addRoute(cmdTopic, this.handleCommand.bind(this));
59
0 commit comments