Skip to content

Commit cad497e

Browse files
committed
Create device-status.md
1 parent c41cdf3 commit cad497e

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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.

0 commit comments

Comments
 (0)