diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/(1020,11,1021).lua | 8 | ||||
-rw-r--r-- | nodes/(662,14,1014).lua | 2 | ||||
-rw-r--r-- | nodes/(981,15,1041).lua | 9 |
3 files changed, 18 insertions, 1 deletions
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 |