updated
This commit is contained in:
@@ -9,9 +9,13 @@ local function color()
|
||||
end
|
||||
|
||||
local function watch()
|
||||
while true do
|
||||
checkStatus()
|
||||
end
|
||||
end
|
||||
|
||||
local function checkStatus()
|
||||
local value = getValue()
|
||||
print("Status: " .. tostring(value))
|
||||
sleep(1)
|
||||
end
|
||||
|
||||
local function report()
|
||||
|
||||
Reference in New Issue
Block a user