updated
This commit is contained in:
@@ -8,13 +8,18 @@ local function color()
|
||||
return colors.black
|
||||
end
|
||||
|
||||
-- local function watch()
|
||||
-- while true do
|
||||
-- checkStatus()
|
||||
-- sleep(0.05) -- Update every tenth second
|
||||
-- end
|
||||
-- end
|
||||
|
||||
local function watch()
|
||||
while true do
|
||||
checkStatus()
|
||||
sleep(0.05) -- Update every tenth second
|
||||
end
|
||||
checkStatus()
|
||||
end
|
||||
|
||||
|
||||
function checkStatus()
|
||||
local value = getValue()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user