summaryrefslogtreecommitdiff
path: root/nodes/(-1929,15,-4581).lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:03 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:03 +0200
commit02cf9234aa67a2a5b83887739b416f2c6ce65292 (patch)
tree1010c9287bacbb924a7be9ed85844302a988112b /nodes/(-1929,15,-4581).lua
parent5423eb25e13ad8e91f0238d049929a9cb707a647 (diff)
downloadil_timetable-02cf9234aa67a2a5b83887739b416f2c6ce65292.tar.gz
il_timetable-02cf9234aa67a2a5b83887739b416f2c6ce65292.tar.bz2
il_timetable-02cf9234aa67a2a5b83887739b416f2c6ce65292.zip
State at 2023-03-26
Diffstat (limited to 'nodes/(-1929,15,-4581).lua')
-rw-r--r--nodes/(-1929,15,-4581).lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/nodes/(-1929,15,-4581).lua b/nodes/(-1929,15,-4581).lua
new file mode 100644
index 0000000..ac7edc1
--- /dev/null
+++ b/nodes/(-1929,15,-4581).lua
@@ -0,0 +1,13 @@
+local now = rwt.now()
+local rwt_left = rwt.next_rpt(now, "05;00", "02;30")
+local rwt_right = rwt.next_rpt(now, "05;00", "00;00")
+local stringl = "Track 5 | E1 Personhood | "..rwt.to_string(rwt_left, true)
+local stringr = "Track 4 | E1 Personhood | "..rwt.to_string(rwt_right, true)
+
+if rwt.diff(rwt_left, rwt_right) > 0 then
+ digiline_send("left", stringl.." | <Board")
+ digiline_send("right", stringr)
+else
+ digiline_send("left", stringl)
+ digiline_send("right", stringr.." | Board>")
+end \ No newline at end of file