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

@@ -10,6 +10,10 @@ local function color()
return colors.black
end
local function checkCoolantLevel()
local coolantLevel = getValue()
return true
end
-- local function watch()
-- while true do
@@ -22,11 +26,6 @@ local function watch()
checkCoolantLevel()
end
local function checkCoolantLevel()
local coolantLevel = getValue()
return true
end
local function report()
local value = getValue()
local color = color()