summaryrefslogtreecommitdiff
path: root/durt/nodes/(-1511,9,-2591).lua
diff options
context:
space:
mode:
Diffstat (limited to 'durt/nodes/(-1511,9,-2591).lua')
-rw-r--r--durt/nodes/(-1511,9,-2591).lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/durt/nodes/(-1511,9,-2591).lua b/durt/nodes/(-1511,9,-2591).lua
new file mode 100644
index 0000000..e0ed6bc
--- /dev/null
+++ b/durt/nodes/(-1511,9,-2591).lua
@@ -0,0 +1,6 @@
+if event.type=="digiline" then
+ if event.channel=="shunt_type" then
+ S.yards.S27.shunt_type = event.msg
+ digiline_send("lcd","====== | Shunt | Split | "..tostring(S.yards.S27.shunt_type).." | ======")
+ end
+end \ No newline at end of file