updated
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user