IoT Cloud Scheduler - Every 10 minutes?

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

Hi @darrelchan,
you are correct, as of now is it not possible to configure a schedule that repeats each ten minutes from the dashboard widget, if you don't mind having your schedule values hardcoded you can configure it directly from the sketch.