diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:59 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:59 +0200 |
commit | a02905bbc7bcf1f9c109ac7cc7f5584c1a41f163 (patch) | |
tree | 43295e8fd8b962062aeb437ed68130f82b99869a /durt/nodes | |
parent | 2bc25ce37584f16844ec38101b7e711476123db7 (diff) | |
download | luaatc_envs-a02905bbc7bcf1f9c109ac7cc7f5584c1a41f163.tar.gz luaatc_envs-a02905bbc7bcf1f9c109ac7cc7f5584c1a41f163.tar.bz2 luaatc_envs-a02905bbc7bcf1f9c109ac7cc7f5584c1a41f163.zip |
State at 2021-05-13
Diffstat (limited to 'durt/nodes')
-rw-r--r-- | durt/nodes/(-1497,16,-2594).lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/durt/nodes/(-1497,16,-2594).lua b/durt/nodes/(-1497,16,-2594).lua new file mode 100644 index 0000000..e0ed6bc --- /dev/null +++ b/durt/nodes/(-1497,16,-2594).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 |