diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-11-17 00:00:02 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-11-17 00:00:02 +0100 |
commit | fba3d23786635e4388b4eaa83071480389f9a8b6 (patch) | |
tree | 8d373c6126c056f51324c1e400a04e25ef139e1d /durt/nodes/(-2135,21,920).lua | |
parent | 659d0af30c8433b96aad397351e218ca7e825c99 (diff) | |
download | luaatc_envs-fba3d23786635e4388b4eaa83071480389f9a8b6.tar.gz luaatc_envs-fba3d23786635e4388b4eaa83071480389f9a8b6.tar.bz2 luaatc_envs-fba3d23786635e4388b4eaa83071480389f9a8b6.zip |
State at 2024-11-17
Diffstat (limited to 'durt/nodes/(-2135,21,920).lua')
-rw-r--r-- | durt/nodes/(-2135,21,920).lua | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/durt/nodes/(-2135,21,920).lua b/durt/nodes/(-2135,21,920).lua deleted file mode 100644 index 74dac88..0000000 --- a/durt/nodes/(-2135,21,920).lua +++ /dev/null @@ -1,25 +0,0 @@ -local ch = { - output = "ars_manual_input", - get = "ars_set_query", - input = "ars_set", - indicator = "ars_indicator", - lcd = "lcd", - debug = "debug" -} - -if event.train then - digiline_send(ch.get, "GET") - return -end - -if event.digiline then - if event.channel==ch.input then - if not atc_id then - digiline_send(ch.indicator, true) - return - end - set_rc(tostring(event.msg)) - digiline_send(ch.indicator, false) - return - end -end
\ No newline at end of file |