updated
This commit is contained in:
@@ -32,7 +32,7 @@ local function watch()
|
||||
end
|
||||
|
||||
|
||||
local function startUp()
|
||||
local function startup()
|
||||
end
|
||||
|
||||
local function shutdown()
|
||||
@@ -46,4 +46,4 @@ local function report()
|
||||
setNewLine()
|
||||
monitor.write("Temperature: " .. value .. "F")
|
||||
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