Release 5.0.0

This commit is contained in:
tsightler
2022-02-22 09:28:04 -05:00
parent 410ed1c763
commit 4ff61f53a7

View File

@@ -54,7 +54,7 @@ class Mqtt {
mqtt.connected = true mqtt.connected = true
debug('MQTT connection established, processing locations...') debug('MQTT connection established, processing locations...')
} }
mqtt.ring.processLocations(mqttLib) mqtt.ring.processLocations(mqtt)
}) })
this.client.on('reconnect', function () { this.client.on('reconnect', function () {