Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c2e22f

Browse files
committedOct 21, 2024·
add screenshot and summary
1 parent cad497e commit 3c2e22f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
 
Loading

‎content/arduino-cloud/06.features/14.device-status/device-status.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ author: Karl Söderby
55
tags: [Arduino Cloud, Device Status]
66
---
77

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.
99

1010
You can have triggers for:
1111
- When a device goes online
1212
- When a device goes offline
1313

1414
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
1717

1818
## Requirements
1919

@@ -30,8 +30,10 @@ You can modify the trigger to:
3030
6. Select the time for notification (immediately or specific time e.g. 1 hour).
3131
7. Choose the action (email of push notification on phone).
3232

33-
![Device status notification setup.]()
33+
![Device status notification setup.](assets/shared-spaces.png)
3434

3535
## Usage
3636

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

Comments
 (0)
Please sign in to comment.