updated
This commit is contained in:
@@ -19,7 +19,7 @@ local function watch()
|
||||
checkTemperature()
|
||||
end
|
||||
end
|
||||
local function checkTemperature()
|
||||
function checkTemperature()
|
||||
local temperature = getValue()
|
||||
local upperThreshold = max - 20
|
||||
local lowerThreshold = min + 20
|
||||
|
||||
Reference in New Issue
Block a user