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