Skip to content

Commit 79cd24c

Browse files
authored
Merge pull request #42 from arduino/karlsoderby/scheduler-iot-update
Fix scheduler tutorial [MKC-321]
2 parents 8eb7841 + c70b810 commit 79cd24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cloud/iot-cloud/tutorials/03.cloud-scheduler/cloud-scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For this tutorial, you will need a cloud compatible board. You can see the full
4040
The working principle of the scheduler is pretty straight forward. The `CloudSchedule` variable can be configured to go off at a specific time, with a specific duration. In the code, you do not need to worry about any timers, as this is done in the Arduino IoT Cloud. The "jobs" are created in the dashboard, through a widget associated to the variable.
4141

4242
For example, we can set `schedule_variable` to be:
43-
- ON for 10 seconds, every 10 minutes
43+
- ON for 10 seconds, every minute.
4444
- ON for 8 hours, every day.
4545
- ON for a week, and then finish.
4646

0 commit comments

Comments
 (0)