forgotten save

This commit is contained in:
Wolfgang Hottgenroth 2017-05-01 22:34:19 +02:00
parent e51f252010
commit f079461997

View File

@ -42,6 +42,9 @@ class MqttMongo {
if (topic == "MqttMongo/Command" && message == "shutdown") {
this.mqttClient.end()
} else {
// verify JSON format of message
// insert into database
}
})
}