updated
This commit is contained in:
@@ -31,7 +31,7 @@ local function watch()
|
||||
end
|
||||
|
||||
|
||||
local function startUp()
|
||||
local function startup()
|
||||
end
|
||||
|
||||
local function shutdown()
|
||||
@@ -41,10 +41,10 @@ local function report()
|
||||
local value = getValue()
|
||||
local color = colors.black
|
||||
monitor.setBackgroundColor(color)
|
||||
|
||||
|
||||
setNewLine()
|
||||
monitor.write("Coolant: " .. value .. "%")
|
||||
end
|
||||
|
||||
|
||||
return { report = report, watch = watch, startUp = startUp, shutdown = shutdown }
|
||||
return { report = report, watch = watch, startup = startup, shutdown = shutdown }
|
||||
Reference in New Issue
Block a user