This commit is contained in:
2025-06-14 14:50:18 -04:00
parent 776dd9215a
commit 64a32b6783

View File

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