This commit is contained in:
2025-06-14 14:48:16 -04:00
parent 4dd7305c7b
commit 671009e442

View File

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