Forgott to uncomment the mqttObserver method.
This commit is contained in:
parent
2255436a2f
commit
06433ac0fe
@ -27,7 +27,7 @@ Meteor.startup(() => {
|
||||
return ConfiguredDevicesCollection.find();
|
||||
})
|
||||
|
||||
//startMqttObserver()
|
||||
startMqttObserver()
|
||||
|
||||
Meteor.methods({
|
||||
'mqttPublish'({ topic, payload }) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user