Skip to content

Commit 032eaa3

Browse files
authored
Update webhooks.md
1 parent 4cb0c6b commit 032eaa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webhooks.md

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The timestamp defines when the action triggering the webhook occurred. The data
3939
## Events
4040

4141
### Vehicle activated
42+
When vehicle was marked for activation (normally fleet/user added).
4243

4344
| Name | Type | Unit/Format | Example | Description |
4445
|:---------:|:--------:|:---------------:|---------|-------------|
@@ -57,6 +58,7 @@ Example payload:
5758
```
5859

5960
### Vehicle deactivated
61+
When vehicle was marked for deactivation (normally fleet/user removed).
6062

6163
| Name | Type | Unit/Format | Example | Description |
6264
|:---------:|:--------:|:---------------:|---------|-------------|
@@ -75,6 +77,7 @@ Example payload:
7577
```
7678

7779
### Vehicle connected
80+
When unit was instructed to start sending data.
7881

7982
| Name | Type | Unit/Format | Example | Description |
8083
|:---------:|:--------:|:---------------:|---------|-------------|
@@ -93,6 +96,7 @@ Example payload:
9396
```
9497

9598
### Vehicle disconnected
99+
When unit was instructed to stop sending data.
96100

97101
| Name | Type | Unit/Format | Example | Description |
98102
|:---------:|:--------:|:---------------:|---------|-------------|

0 commit comments

Comments
 (0)