fix topic

This commit is contained in:
Wolfgang Hottgenroth
2017-08-28 15:57:11 +02:00
parent f44a7109b4
commit 7963bb98fe

View File

@ -17,7 +17,7 @@ config.readConfig()
let dispatcher = new mqtt.MqttDispatcher(config.dict.brokerUrl,
config.dict.brokerUser, config.dict.brokerPass, config.dict.brokerCa)
const ESP_THERM_TOPIC : string = 'IoT/espThermometer3/#'
const ESP_THERM_TOPIC : string = 'IoT/espThermometer2/#'
dispatcher.register(ESP_THERM_TOPIC, 'toJson', EspThermToJson.espThermToJson)
let missingeventdetector : MissingEventDetector.MissingEventDetector =