interface instead of type

This commit is contained in:
Wolfgang Hottgenroth
2017-07-23 22:55:05 +02:00
parent dad740e620
commit 8685bdde87
4 changed files with 12 additions and 2 deletions

View File

@ -15,6 +15,8 @@ class Dispatcher {
log.info("Dispatcher starting")
this._mqttClient.exec()
log.info("Dispatcher running")
}
}