From 2322276745a91c6d95ebd484c1408601c7dac156 Mon Sep 17 00:00:00 2001 From: Ollo Date: Thu, 20 Jan 2022 21:58:10 +0100 Subject: [PATCH] Increase mqtt cycle time --- mqtt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt.lua b/mqtt.lua index 39b8aa8..bcb38b5 100644 --- a/mqtt.lua +++ b/mqtt.lua @@ -226,7 +226,7 @@ function startMqttClient() local lMqttTimer = tmr.create() local tempCounter=0 -- Check every 12 seconds - lMqttTimer:register(12321, tmr.ALARM_AUTO, function (kTemp) + lMqttTimer:register(6321, tmr.ALARM_AUTO, function (kTemp) if (mMqttConnected) then -- Cleanup the initialization stuff lSetupTimer=nil