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

@@ -12,9 +12,13 @@ end
local function watch()
while true do
checkCoolantLevel()
end
end
local function checkCoolantLevel()
local coolantLevel = getValue()
print("Coolant: " .. coolantLevel)
sleep(1)
end
local function report()