This commit is contained in:
2025-06-14 14:06:32 -04:00
parent c88a708b38
commit 2670680813
3 changed files with 3 additions and 2 deletions

View File

@@ -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 }