From 0106229f144fb103bf539b58e5431477963a1f90 Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 22 Apr 2024 14:52:42 +0200 Subject: State at 2021-04-11 --- nodes/(1020,11,1021).lua | 8 ++++++++ nodes/(662,14,1014).lua | 2 +- nodes/(981,15,1041).lua | 9 +++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 nodes/(1020,11,1021).lua create mode 100644 nodes/(981,15,1041).lua (limited to 'nodes') diff --git a/nodes/(1020,11,1021).lua b/nodes/(1020,11,1021).lua new file mode 100644 index 0000000..dc3083a --- /dev/null +++ b/nodes/(1020,11,1021).lua @@ -0,0 +1,8 @@ +F.ttp_station_display({ + lines = {"S12_S"}, + departure = {}, + station = "Ehlodex", + title = "Ehlodex", + interval = 30, + display1 = "d", +}) \ No newline at end of file diff --git a/nodes/(662,14,1014).lua b/nodes/(662,14,1014).lua index 4a62729..0ed504e 100644 --- a/nodes/(662,14,1014).lua +++ b/nodes/(662,14,1014).lua @@ -1,5 +1,5 @@ F.ttp_stop({ stn = "Gardon Street", - doorside = "L", + doorside = "R", only_lines={S12=true}, }) \ No newline at end of file diff --git a/nodes/(981,15,1041).lua b/nodes/(981,15,1041).lua new file mode 100644 index 0000000..ac1112f --- /dev/null +++ b/nodes/(981,15,1041).lua @@ -0,0 +1,9 @@ +F.ttp_station_display({ + lines = {"S12_S", "E1_S"}, + departure = {}, + station = "Ehlodex", + title = "Ehlodex", + interval = 30, + display1 = "d1", + display2 = "d2", +}) \ No newline at end of file -- cgit v1.2.3