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