update
This commit is contained in:
@@ -9,9 +9,10 @@ end
|
|||||||
|
|
||||||
local function watch(reactor, monitor)
|
local function watch(reactor, monitor)
|
||||||
local value = getValue(reactor)
|
local value = getValue(reactor)
|
||||||
print("Status: " .. tostring(value))
|
print("Status: " .. tostring(value))
|
||||||
|
isWarningState = true
|
||||||
sleep(5)
|
sleep(5)
|
||||||
isWarningState = true
|
isWarningState = false
|
||||||
end
|
end
|
||||||
|
|
||||||
local function report(reactor, monitor)
|
local function report(reactor, monitor)
|
||||||
|
|||||||
Reference in New Issue
Block a user