This commit is contained in:
2025-06-14 14:46:08 -04:00
parent 472e6d6450
commit 4dd7305c7b

View File

@@ -9,7 +9,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(1) sleep(1)
end end