updated
This commit is contained in:
@@ -36,7 +36,7 @@ local function stepDown()
|
||||
reactor.setBurnRate(value - rateStep)
|
||||
end
|
||||
end
|
||||
local function startUp()
|
||||
local function startup()
|
||||
end
|
||||
|
||||
local function shutdown()
|
||||
@@ -54,4 +54,4 @@ local function report()
|
||||
setNewLine()
|
||||
monitor.write("Burn Rate: " .. value)
|
||||
end
|
||||
return { report = report, watch = watch, stepUp = stepUp, stepDown = stepDown, slowStepDown = slowStepDown, slowStepUp = slowStepUp, startUp = startUp, shutdown = shutdown }
|
||||
return { report = report, watch = watch, stepUp = stepUp, stepDown = stepDown, slowStepDown = slowStepDown, slowStepUp = slowStepUp, startup = startup, shutdown = shutdown }
|
||||
Reference in New Issue
Block a user