diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:55:37 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:55:37 +0200 |
commit | 015b0eb5262b5a3b3f18271a6179076e51849f55 (patch) | |
tree | ea3daa6efdf5a931a3548f67ca541c888e351f89 | |
parent | 04435fa5cb45552fdd8d9dab552c6689c91bdf09 (diff) | |
download | il_timetable-015b0eb5262b5a3b3f18271a6179076e51849f55.tar.gz il_timetable-015b0eb5262b5a3b3f18271a6179076e51849f55.tar.bz2 il_timetable-015b0eb5262b5a3b3f18271a6179076e51849f55.zip |
State at 2022-01-01
-rw-r--r-- | nodes/(286,4,206).lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nodes/(286,4,206).lua b/nodes/(286,4,206).lua index 2bcca64..ccba33d 100644 --- a/nodes/(286,4,206).lua +++ b/nodes/(286,4,206).lua @@ -17,10 +17,10 @@ else set_rc("IM") end atc_set_text_inside(st_name.."\nDeparture: "..rwt.to_string(next_dep_time, true)) - atc_send("B0 W O"..doors) + atc_send("A0 B0 W O"..doors) schedule(next_dep_time, "depart") elseif event.schedule then - atc_send("OCD1SM") + atc_send("A1OCD1SM") digiline_send("monitor", "Last Departure: | "..rwt.to_string(rwt.now(), true)) atc_set_text_inside("") depart = true |