1
0

feat: msd data example

This commit is contained in:
zhangsz
2025-07-11 19:11:01 +08:00
parent f4230d1809
commit e402a5cc2b
4 changed files with 661 additions and 0 deletions

View 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
}
}