This commit is contained in:
2025-06-14 18:01:55 -04:00
parent a6e5fe9e90
commit 2515a47860
5 changed files with 41 additions and 33 deletions

View File

@@ -19,8 +19,7 @@ end
-- sleep(0.05) -- Update every tenth second
-- end
-- end
local function watch()
end
local function stepUp()
-- local value = getValue()
@@ -36,6 +35,10 @@ local function stepDown()
-- end
end
local function watch()
end
local function report()
local color = color()
monitor.setBackgroundColor(color)