From fba3d23786635e4388b4eaa83071480389f9a8b6 Mon Sep 17 00:00:00 2001 From: autocommitter Date: Sun, 17 Nov 2024 00:00:02 +0100 Subject: State at 2024-11-17 --- durt/nodes/(-2135,21,920).lua | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 durt/nodes/(-2135,21,920).lua (limited to 'durt/nodes/(-2135,21,920).lua') 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 -- cgit v1.2.3