From 02cf9234aa67a2a5b83887739b416f2c6ce65292 Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 22 Apr 2024 14:58:03 +0200 Subject: State at 2023-03-26 --- nodes/(-1929,15,-4581).lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nodes/(-1929,15,-4581).lua (limited to 'nodes/(-1929,15,-4581).lua') 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.." | ") +end \ No newline at end of file -- cgit v1.2.3