summaryrefslogtreecommitdiff
path: root/controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'controller.lua')
-rw-r--r--controller.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/controller.lua b/controller.lua
index 90fd841..0912776 100644
--- a/controller.lua
+++ b/controller.lua
@@ -435,6 +435,8 @@ function celevator.controller.finish(pos,mem,changedinterrupts)
celevator.drives[drivetype].movedoors(drivepos,"close")
elseif command.command == "resetfault" then
celevator.drives[drivetype].resetfault(drivepos)
+ elseif command.command == "pibeep" then
+ celevator.drives[drivetype].pibeep(drivepos)
end
end
end