Merge "Add seat memory properties to DefaultProperties.json for CTS tests"
This commit is contained in:
commit
4c92238193
1 changed files with 60 additions and 0 deletions
|
@ -135,6 +135,66 @@
|
|||
"VehicleUnit::KILOWATT_HOUR"
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_MEMORY_SELECT",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
1
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": 0,
|
||||
"maxInt32Value": 3
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": 0,
|
||||
"maxInt32Value": 3
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": 0,
|
||||
"maxInt32Value": 3
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": 0,
|
||||
"maxInt32Value": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_MEMORY_SET",
|
||||
"defaultValue": {
|
||||
"int32Values": [
|
||||
1
|
||||
]
|
||||
},
|
||||
"areas": [
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_LEFT",
|
||||
"minInt32Value": 0,
|
||||
"maxInt32Value": 3
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_1_RIGHT",
|
||||
"minInt32Value": 0,
|
||||
"maxInt32Value": 3
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_LEFT",
|
||||
"minInt32Value": 0,
|
||||
"maxInt32Value": 3
|
||||
},
|
||||
{
|
||||
"areaId": "Constants::SEAT_2_RIGHT",
|
||||
"minInt32Value": 0,
|
||||
"maxInt32Value": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::SEAT_BELT_BUCKLED",
|
||||
"defaultValue": {
|
||||
|
|
Loading…
Reference in a new issue