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: content/arduino-cloud/06.features/14.device-status/device-status.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ author: Karl Söderby
5
5
tags: [Arduino Cloud, Device Status]
6
6
---
7
7
8
-
Keeping track of your devices is important, and using by using [triggers](), you can automate push notifications regarding your device status.
8
+
Keeping track of your devices is important, and using by using [triggers](https://docs.arduino.cc/arduino-cloud/cloud-interface/triggers/), you can automate push notifications regarding your device status.
9
9
10
10
You can have triggers for:
11
11
- When a device goes online
12
12
- When a device goes offline
13
13
14
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
15
+
- Trigger immediately when the device status changes
16
+
- Trigger after an X amount of minutes/hours after the device status has changed
17
17
18
18
## Requirements
19
19
@@ -30,8 +30,10 @@ You can modify the trigger to:
30
30
6. Select the time for notification (immediately or specific time e.g. 1 hour).
31
31
7. Choose the action (email of push notification on phone).
32
32
33
-
![Device status notification setup.]()
33
+

34
34
35
35
## Usage
36
36
37
-
Depending on the setup, your notifications will trigger when the device status change, either sending you an email or a push notification.
37
+
Depending on the setup, your notifications will trigger when the device status change, either sending you an email or a push notification\*.
38
+
39
+
***\*Read the article about [push notifications](/arduino-cloud/iot-remote-app/push-notifications/) for more information.***
0 commit comments