File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
content/arduino-cloud/06.features/14.device-status Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Device Status
3+ description : Set up push notifications / email triggers whenever a device goes online/offline.
4+ author : Karl Söderby
5+ tags : [Arduino Cloud, Device Status]
6+ ---
7+
8+ Keeping track of your devices is important, and using by using [ triggers] ( ) , you can automate push notifications regarding your device status.
9+
10+ You can have triggers for:
11+ - When a device goes online
12+ - When a device goes offline
13+
14+ You can modify the trigger to:
15+ - Trigger immediately when device status changes
16+ - Trigger after an X amount of minutes after the device status has changed
17+
18+ ## Requirements
19+
20+ - [ Arduino Cloud account] ( https://app.arduino.cc/ )
21+ - Thing / Device set up.
22+
23+ ## Setup
24+
25+ 1 . Navigate to the [ Arduino Cloud - Triggers] ( https://app.arduino.cc/triggers )
26+ 2 . Create a trigger by clicking the ** "+ Trigger"** button in the top right corner.
27+ 3 . Select ** "Device Status"** as a trigger.
28+ 4 . Choose the device you want to track.
29+ 5 . Select whether you want to get a notification if it is online/offline (or both).
30+ 6 . Select the time for notification (immediately or specific time e.g. 1 hour).
31+ 7 . Choose the action (email of push notification on phone).
32+
33+ ![ Device status notification setup.] ( )
34+
35+ ## Usage
36+
37+ Depending on the setup, your notifications will trigger when the device status change, either sending you an email or a push notification.
You can’t perform that action at this time.
0 commit comments