I live in an area affected by drought. The days you are allowed to water changes seasonally. I setup my schedules for the entire year (let’s imagine I started with fall), but as soon as it is time to repeat the yearly schedule, the watering stops because the schedule about to repeat has the previous year associated with it. I fix once I notice the lawn isn’t getting watered. It happens to me every year. Why isn’t there an option to leave the year blank and have the blank year automatically assigned the current year?
if(userYear == " ")
{
scheduleYear = currentYear;
{