tweaked timings

This commit is contained in:
Ollo
2021-02-09 20:18:24 +01:00
parent 92276aff2d
commit 0857eb0e3c
2 changed files with 3 additions and 4 deletions

View File

@@ -158,7 +158,6 @@ function startMqttClient()
local temp = nil
if (t ~= nil) then
temp=readTemp()
print(tostring(temp) .. "°C")
end
if (oldBrightness ~= briPercent) then
m:publish(mqttPrefix .. "/brightness", tostring(briPercent), 0, 0)