Skip to content

Commit d439a4c

Browse files
authored
Update SendDataOnTrigger.ino
1 parent 39ecb75 commit d439a4c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

examples/Basics/SendDataOnTrigger/SendDataOnTrigger.ino

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
The CayenneMQTT Library is required to run this sketch. If you have not already done so you can install it from the Arduino IDE Library Manager.
44
Steps:
55
1. Set the trigger and threshold values in the sketch below.
6-
3. Set the Cayenne authentication info to match the authentication info from the Dashboard.
7-
4. Set the network name and password.
8-
5. Compile and upload the sketch.
9-
6. Two temporary widget (DATA_CHANNEL and TRIGGER_CHANNEL) will be automatically generated in the Cayenne Dashboard. To make the widget permanent click the plus sign on the widget.
10-
7. Add trigger on your cayenne dashboard for the TRIGGER_CHANNEL widget when it becomes 1.
6+
2. Set the Cayenne authentication info to match the authentication info from the Dashboard.
7+
3. Compile and upload the sketch.
8+
4. Two temporary widget (DATA_CHANNEL and TRIGGER_CHANNEL) will be automatically generated in the Cayenne Dashboard. To make the widget permanent click the plus sign on the widget.
9+
5. Add trigger on your cayenne dashboard for the TRIGGER_CHANNEL widget when it becomes 1.
1110
*/
1211

1312
#define CAYENNE_DEBUG

0 commit comments

Comments
 (0)