updated
This commit is contained in:
@@ -21,10 +21,11 @@ end
|
||||
local function report()
|
||||
local color = colors.black
|
||||
monitor.setBackgroundColor(color)
|
||||
|
||||
local internal = getValue(internalEnvironment)
|
||||
local external = getValue(externalEnvironment)
|
||||
setNewLine()
|
||||
monitor.write("Internal Radiation Level: " .. getValue(internalEnvironment))
|
||||
monitor.write("Internal Radiation Level: " .. internal)
|
||||
setNewLine()
|
||||
monitor.write("External Radiation Level: " .. getValue(externalEnvironment))
|
||||
monitor.write("External Radiation Level: " .. external)
|
||||
end
|
||||
return { report = report, watch = watch, startUp = startUp, shutdown = shutdown }
|
||||
Reference in New Issue
Block a user