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