File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ The timestamp defines when the action triggering the webhook occurred. The data
39
39
## Events
40
40
41
41
### Vehicle activated
42
+ When vehicle was marked for activation (normally fleet/user added).
42
43
43
44
| Name | Type | Unit/Format | Example | Description |
44
45
| :---------:| :--------:| :---------------:| ---------| -------------|
@@ -57,6 +58,7 @@ Example payload:
57
58
```
58
59
59
60
### Vehicle deactivated
61
+ When vehicle was marked for deactivation (normally fleet/user removed).
60
62
61
63
| Name | Type | Unit/Format | Example | Description |
62
64
| :---------:| :--------:| :---------------:| ---------| -------------|
@@ -75,6 +77,7 @@ Example payload:
75
77
```
76
78
77
79
### Vehicle connected
80
+ When unit was instructed to start sending data.
78
81
79
82
| Name | Type | Unit/Format | Example | Description |
80
83
| :---------:| :--------:| :---------------:| ---------| -------------|
@@ -93,6 +96,7 @@ Example payload:
93
96
```
94
97
95
98
### Vehicle disconnected
99
+ When unit was instructed to stop sending data.
96
100
97
101
| Name | Type | Unit/Format | Example | Description |
98
102
| :---------:| :--------:| :---------------:| ---------| -------------|
You can’t perform that action at this time.
0 commit comments