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 70adb15 commit 0cf0395Copy full SHA for 0cf0395
lib/mqtt.js
@@ -53,8 +53,6 @@ Cayenne.prototype.connect = function(callback) {
53
});
54
55
this.client.on('message', self.onMessage.bind(self));
56
-
57
58
59
const cmdTopic = apiVersion + '/:username/'+THINGS+'/:thingId/cmd/:channel';
60
Router.addRoute(cmdTopic, this.handleCommand.bind(this));
0 commit comments