updated
This commit is contained in:
@@ -33,7 +33,7 @@ end
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
function playControlRoomAlarm(speakers)
|
local function playControlRoomAlarm(speakers)
|
||||||
for _, speaker in ipairs(speakers) do
|
for _, speaker in ipairs(speakers) do
|
||||||
playSound(speaker,"control_alarm")
|
playSound(speaker,"control_alarm")
|
||||||
end
|
end
|
||||||
@@ -72,4 +72,4 @@ end
|
|||||||
local function report()
|
local function report()
|
||||||
end
|
end
|
||||||
|
|
||||||
return { report = report, watch = watch, startup = startup, shutdown = shutdown }
|
return { report = report, watch = watch, startup = startup, shutdown = shutdown, playControlRoomAlarm = playControlRoomAlarm, addSoundFile = addSoundFile }
|
||||||
Reference in New Issue
Block a user