updated all

This commit is contained in:
2025-06-14 18:10:46 -04:00
parent 2515a47860
commit 0ba9b3d1ce
6 changed files with 62 additions and 52 deletions

View File

@@ -19,13 +19,18 @@ local function checkStatus()
local value = getValue()
end
-- local function watch()
-- checkStatus()
-- end
local function watch()
checkStatus()
while true do
checkStatus()
sleep(0.05) -- Update every tenth second
end
end
local function report()
local value = getValue()
local color = color()