This commit is contained in:
2025-06-14 17:02:44 -04:00
parent 3297944cda
commit 904309aa0f
6 changed files with 99 additions and 28 deletions

View File

@@ -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()