summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:25 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:25 +0200
commit863fb62d1e564fb73e43cb69ce64d89fc35b6ff1 (patch)
tree2235636b5ca4d3f2f1532603abba6077efe335c9
parent02cf9234aa67a2a5b83887739b416f2c6ce65292 (diff)
downloadil_timetable-863fb62d1e564fb73e43cb69ce64d89fc35b6ff1.tar.gz
il_timetable-863fb62d1e564fb73e43cb69ce64d89fc35b6ff1.tar.bz2
il_timetable-863fb62d1e564fb73e43cb69ce64d89fc35b6ff1.zip
State at 2023-04-11
-rw-r--r--nodes/(-1925,13,-4577).lua16
1 files changed, 16 insertions, 0 deletions
diff --git a/nodes/(-1925,13,-4577).lua b/nodes/(-1925,13,-4577).lua
new file mode 100644
index 0000000..fa700e6
--- /dev/null
+++ b/nodes/(-1925,13,-4577).lua
@@ -0,0 +1,16 @@
+F.ttp_begin({
+ stn = "Melinka", -- station name
+ tt = "E1_N", -- timetable ID
+-- depint = "02;30", --departure slot interval
+-- depoff = "00;45", --departure slot offset
+ depint = "05;00",
+ depoff = "02;30",
+ doorside = "R",
+ reverse = true,
+ only_lines = { E1 = true },
+ force_tt_reset = false,
+})
+
+if event.train then
+ set_rc("")
+end \ No newline at end of file