diff options
Diffstat (limited to 'auto_yards/nodes/(1179,16,3849).lua')
-rw-r--r-- | auto_yards/nodes/(1179,16,3849).lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/auto_yards/nodes/(1179,16,3849).lua b/auto_yards/nodes/(1179,16,3849).lua new file mode 100644 index 0000000..68e2a0f --- /dev/null +++ b/auto_yards/nodes/(1179,16,3849).lua @@ -0,0 +1,9 @@ +local yard_id = "IP" +if event.punch then + local notifications = "-- Notify --\n" + local ref = S.yards[yard_id].notify + for fc in pairs(ref) do + notifications = notifications..fc.." \n" + end + digiline_send("notify_lcd",notifications) +end |