This commit is contained in:
2025-06-14 19:17:02 -04:00
parent cda65592bf
commit 8b4f1b47f3

View File

@@ -52,7 +52,7 @@ local function report()
value = getValue()
monitor.clearLine()
monitor.write("Turbine Steam: " .. value .. "%")
monitor.write("Turbine Vent: " .. turbine.getDumpingMode() .. "%")
--monitor.write("Turbine Vent: " .. turbine.getDumpingMode() .. "%")
end
return { report = report, watch = watch }