summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-05-31 23:26:37 -0500
committercheapie <no-email-for-you@example.com>2024-05-31 23:26:37 -0500
commitbf31b4384e9eb52288dc4c3d60d075843ecd6422 (patch)
tree282d3d500182d8afae8ab9905df42220345ab76f /init.lua
parentdeee7a747c9d9c5fefb17dbb1914077bd3ec6a7d (diff)
downloadcelevator-bf31b4384e9eb52288dc4c3d60d075843ecd6422.tar
celevator-bf31b4384e9eb52288dc4c3d60d075843ecd6422.tar.gz
celevator-bf31b4384e9eb52288dc4c3d60d075843ecd6422.tar.bz2
celevator-bf31b4384e9eb52288dc4c3d60d075843ecd6422.tar.xz
celevator-bf31b4384e9eb52288dc4c3d60d075843ecd6422.zip
Add destination-based dispatching
Still uses a crude ETA algorithm for now and is missing some features, but it is working and usable at a basic level
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 9b794e9..7cc2a30 100644
--- a/init.lua
+++ b/init.lua
@@ -9,6 +9,7 @@ local components = {
"pilantern",
"fs1switch",
"dispatcher",
+ "dbdkiosk",
"decorations",
"crafts",
}