Hi All,
I'm beginning to experiment with the IoT Cloud Scheduler feature, really exciting to implement it in the upcoming project.
I noticed that the feature only allows you to pick "Repeat every: "
- Does not repeat
- Minute
- Hour
- Day
- Week
- Month
- Year
Whereas the Arduino IoT Cloud Scheduler Feature tutorial mentions that:
For example, we can set schedule_variable to be:
- ON for 10 seconds, every 10 minutes
- ON for 8 hours, every day.
- ON for a week, and then finish.
Is it possible to achieve the every 10 minutes repeat schedule through the scheduler feature? or only through code-workaround?
Cheers,
Darrell