We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83536e commit 44c52baCopy full SHA for 44c52ba
1 file changed
data-types.md
@@ -124,6 +124,7 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
124
| `location` | [GPS][gps] | Required | Telemetry position data |
125
| `battery_percent` | Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
126
| `fuel_percent` | Integer | Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
127
+| `tipped_over` | Boolean | Required if Known | If detectable and known, is the device tipped over or not? Default is 'false'. |
128
129
### GPS Data
130
0 commit comments