feat: msd data example
This commit is contained in:
35
docs/reference/msd_data.json
Normal file
35
docs/reference/msd_data.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"control": {
|
||||
"automaticActivation": true,
|
||||
"positionCanBeTrusted": true,
|
||||
"testCall": false,
|
||||
"vehicleType": "passengerVehicleCategoryM1"
|
||||
},
|
||||
"messageIdentifier": 1,
|
||||
"numberOfOccupants": 2,
|
||||
"recentVehicleLocationN1": {
|
||||
"latitudeDelta": 0,
|
||||
"longitudeDelta": 10
|
||||
},
|
||||
"recentVehicleLocationN2": {
|
||||
"latitudeDelta": 0,
|
||||
"longitudeDelta": 30
|
||||
},
|
||||
"timestamp": 1579992331,
|
||||
"vehicleDirection": 45,
|
||||
"vehicleIdentificationNumber": {
|
||||
"isovds": "LLEXAM",
|
||||
"isovisModelyear": "P",
|
||||
"isovisSeqPlant": "LE02020",
|
||||
"isowmi": "ECA"
|
||||
},
|
||||
"vehicleLocation": {
|
||||
"positionLatitude": 187996428,
|
||||
"positionLongitude": 18859320
|
||||
},
|
||||
"vehiclePropulsionStorageType": {
|
||||
"dieselTankPresent": false,
|
||||
"electricEnergyStorage": true,
|
||||
"gasolineTankPresent": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user