callback name
This commit is contained in:
1
dist/main.js
vendored
1
dist/main.js
vendored
@ -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");
|
||||
|
Reference in New Issue
Block a user