callback name

This commit is contained in:
Wolfgang Hottgenroth
2017-07-27 23:58:14 +02:00
parent 04873adad2
commit ac5566a402
4 changed files with 8 additions and 4 deletions

1
dist/main.js vendored
View File

@ -11,6 +11,7 @@ class Dispatcher {
return `<<${message}>>`;
});
this._mqttClient.register('IoT/Device/#', mqtt.passThrough);
this._mqttClient.register('IoT/Device/#', mqtt.passThrough);
}
exec() {
log.info("Dispatcher starting");