This commit is contained in:
2025-06-14 14:49:12 -04:00
parent 671009e442
commit 776dd9215a

View File

@@ -10,8 +10,9 @@ end
local function watch(reactor, monitor)
local value = getValue(reactor)
print("Status: " .. tostring(value))
sleep(5)
isWarningState = true
sleep(5)
isWarningState = false
end
local function report(reactor, monitor)