This commit is contained in:
2025-06-14 17:53:47 -04:00
parent 7000c008ef
commit a6e5fe9e90
5 changed files with 8 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ local function watch()
checkCoolantLevel()
end
function checkCoolantLevel()
local function checkCoolantLevel()
local coolantLevel = getValue()
return true
end