updated all
This commit is contained in:
@@ -22,19 +22,19 @@ local function checkTemperature()
|
||||
end
|
||||
end
|
||||
|
||||
local function color()
|
||||
local temperature = getValue()
|
||||
return colors.black
|
||||
end
|
||||
|
||||
-- local function watch()
|
||||
-- while true do
|
||||
-- print("Temperature: " .. getValue())
|
||||
-- checkTemperature()
|
||||
-- sleep(0.05) -- Update every tenth second
|
||||
-- end
|
||||
-- local function color()
|
||||
-- local temperature = getValue()
|
||||
-- return colors.black
|
||||
-- end
|
||||
|
||||
local function watch()
|
||||
while true do
|
||||
print("Temperature: " .. getValue())
|
||||
checkTemperature()
|
||||
sleep(0.05) -- Update every tenth second
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user