Discussions

Ask a Question
Back to All

Get Next Scheduled Run

I can find the rule for the next scheduled run by calling:
https://api.rach.io/1/public/schedulerule/{id}

And I can find the last run per zone by calling:
https://api.rach.io/1/public/zone/{id}

But is there a way to get the next scheduled run without having to calculate it? A rule like "Every Thu, Sun end by sunrise" seems like a lot of effort to calculate correctly