This commit is contained in:
2025-06-15 18:40:47 -04:00
parent 1a6f7fe882
commit 605326a3bf
8 changed files with 23 additions and 23 deletions

View File

@@ -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 }