Skip to content
Snippets Groups Projects
Commit 629f639b authored by Christoph Heinen's avatar Christoph Heinen
Browse files

initial Code

parent 1c72f5ee
No related branches found
No related tags found
No related merge requests found
if event.punch or event.int or event.int_ext or (event.digiline and event.channel == "station_update") then
local unique_terminal_identifier = "RZ.CODE display1"
local lcds = {"public_lcd1", "public_lcd2", "public_lcd3", "public_lcd4"}
local display_platforms = nil -- or {"1", "2", "3"}
local arrivals = F.compile_arrivals("Station name", display_platforms)
F.display_arrivals(arrivals, lcds)
end
F.platform_exit_trigger("Neuland HBF oben", "1", event, atc_arrow, get_line)
F.station_entry_trigger($Platformname, $entrypoint, event, atc_arrow, get_line)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment