mongo too
This commit is contained in:
@ -31,8 +31,8 @@ let missingeventdetector : MissingEventDetector.MissingEventDetector =
|
|||||||
new MissingEventDetector.MissingEventDetector()
|
new MissingEventDetector.MissingEventDetector()
|
||||||
dispatcher.register(ESP_THERM_TOPIC, 'MissingEventDetector', missingeventdetector)
|
dispatcher.register(ESP_THERM_TOPIC, 'MissingEventDetector', missingeventdetector)
|
||||||
|
|
||||||
// let mongo : MongoSave.MongoSave = new MongoSave.MongoSave(CONFIG.mongoDbUrl)
|
let mongo : MongoSave.MongoSave = new MongoSave.MongoSave(CONFIG.mongoDbUrl)
|
||||||
// dispatcher.register(ESP_THERM_TOPIC, 'MongoSave', mongo);
|
dispatcher.register(ESP_THERM_TOPIC, 'MongoSave', mongo);
|
||||||
|
|
||||||
|
|
||||||
dispatcher.exec()
|
dispatcher.exec()
|
||||||
|
Reference in New Issue
Block a user