diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:08 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:08 +0200 |
commit | 1e3eea923007858a12e4f6c7faf99b9f4b29e505 (patch) | |
tree | 4e722f57cdbb2d75411d89e74b8027e66927aeb2 /durt/nodes | |
parent | a36f35416561066a0c469eefecde8b4552d91e3b (diff) | |
download | luaatc_envs-1e3eea923007858a12e4f6c7faf99b9f4b29e505.tar.gz luaatc_envs-1e3eea923007858a12e4f6c7faf99b9f4b29e505.tar.bz2 luaatc_envs-1e3eea923007858a12e4f6c7faf99b9f4b29e505.zip |
State at 2021-05-31
Diffstat (limited to 'durt/nodes')
-rw-r--r-- | durt/nodes/(-1506,15,-2599).lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/durt/nodes/(-1506,15,-2599).lua b/durt/nodes/(-1506,15,-2599).lua new file mode 100644 index 0000000..e0ed6bc --- /dev/null +++ b/durt/nodes/(-1506,15,-2599).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 |