Fixed Mqtt function names

This commit is contained in:
Ollo 2021-01-14 21:51:29 +01:00
parent 8d6fc180a3
commit 7195c08992

View File

@ -46,7 +46,7 @@ function registerMqtt()
end)
end
function registerMqttClient()
function startMqttClient()
if (mqttServer ~= nil and mqttPrefix ~= nil) then
registerMqtt()
print "Started MQTT client"