You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/Basics/SendDataOnTrigger/SendDataOnTrigger.ino
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,10 @@
3
3
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.
4
4
Steps:
5
5
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.
0 commit comments