Removed hardcoded testvalue
This commit is contained in:
parent
b0f0481b6f
commit
0f2855aafa
2
mqtt.lua
2
mqtt.lua
@ -3,7 +3,7 @@ local m=nil
|
||||
local mqttConnected = false
|
||||
-- Temp:
|
||||
local t=nil
|
||||
local dispTemp=10
|
||||
local dispTemp=nil
|
||||
|
||||
function handleSingleCommand(client, topic, data)
|
||||
if (data == "ON") then
|
||||
|
Loading…
x
Reference in New Issue
Block a user