Forgott to uncomment the mqttObserver method.

This commit is contained in:
Andrés Uribe Stengel 2020-07-30 13:31:10 +02:00
parent 2255436a2f
commit 06433ac0fe

View File

@ -27,7 +27,7 @@ Meteor.startup(() => {
return ConfiguredDevicesCollection.find();
})
//startMqttObserver()
startMqttObserver()
Meteor.methods({
'mqttPublish'({ topic, payload }) {