updated
This commit is contained in:
@@ -17,6 +17,7 @@ local function report(reactor, monitor)
|
||||
local value = getValue(reactor)
|
||||
local color = color(reactor)
|
||||
monitor.setBackgroundColor(color)
|
||||
monitor.write("Coolant: " .. value .. "%")
|
||||
monitor.clearLine()
|
||||
monitor.write("Temperature: " .. value)
|
||||
end
|
||||
return { report = report, watch = watch }
|
||||
Reference in New Issue
Block a user