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 91f7aba commit d0fd893Copy full SHA for d0fd893
src/angular-MQTT.js
@@ -49,7 +49,7 @@ angular.module('ngMQTT', [])
49
});
50
if(topic.match(regexpStr)){
51
$rootScope.$apply(function() {
52
- callback(data);
+ callback(data, topic);
53
54
}
55
})
0 commit comments