summaryrefslogtreecommitdiff
path: root/durt/nodes/(-2135,21,920).lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-11-17 00:00:02 +0100
committerautocommitter <autocommitter@linux-forks.de>2024-11-17 00:00:02 +0100
commitfba3d23786635e4388b4eaa83071480389f9a8b6 (patch)
tree8d373c6126c056f51324c1e400a04e25ef139e1d /durt/nodes/(-2135,21,920).lua
parent659d0af30c8433b96aad397351e218ca7e825c99 (diff)
downloadluaatc_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).lua25
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