updated
This commit is contained in:
@@ -40,7 +40,7 @@ end
|
||||
|
||||
|
||||
|
||||
local function startUp()
|
||||
local function startup()
|
||||
local sounds = {
|
||||
{ fileName = "control_alarm" }
|
||||
}
|
||||
@@ -57,4 +57,4 @@ end
|
||||
local function report()
|
||||
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