{ | |
"apiVersion": 1, | |
"properties": [ | |
{ | |
"property": "VehicleProperty::INFO_FUEL_CAPACITY", | |
"defaultValue": { | |
"floatValues": [ | |
15000.0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::INFO_FUEL_TYPE", | |
"defaultValue": { | |
"int32Values": [ | |
"FuelType::FUEL_TYPE_UNLEADED" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::INFO_EV_BATTERY_CAPACITY", | |
"defaultValue": { | |
"floatValues": [ | |
150000.0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::INFO_EV_CONNECTOR_TYPE", | |
"defaultValue": { | |
"int32Values": [ | |
"EvConnectorType::IEC_TYPE_1_AC" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::INFO_FUEL_DOOR_LOCATION", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::FUEL_DOOR_REAR_LEFT" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::INFO_EV_PORT_LOCATION", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::CHARGE_PORT_FRONT_LEFT" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::INFO_MULTI_EV_PORT_LOCATIONS", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::CHARGE_PORT_FRONT_LEFT", | |
"Constants::CHARGE_PORT_REAR_LEFT" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::INFO_VIN", | |
"defaultValue": { | |
"stringValue": "1GCARVIN123456789" | |
} | |
}, | |
{ | |
"property": "VehicleProperty::INFO_MAKE", | |
"defaultValue": { | |
"stringValue": "Toy Vehicle" | |
} | |
}, | |
{ | |
"property": "VehicleProperty::INFO_MODEL", | |
"defaultValue": { | |
"stringValue": "Speedy Model" | |
} | |
}, | |
{ | |
"property": "VehicleProperty::INFO_MODEL_YEAR", | |
"defaultValue": { | |
"int32Values": [ | |
2023 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::INFO_EXTERIOR_DIMENSIONS", | |
"defaultValue": { | |
"int32Values": [ | |
1776, | |
4950, | |
2008, | |
2140, | |
2984, | |
1665, | |
1667, | |
11800 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::PERF_VEHICLE_SPEED", | |
"defaultValue": { | |
"floatValues": [ | |
0.0 | |
] | |
}, | |
"maxSampleRate": 10.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::PERF_VEHICLE_SPEED_DISPLAY", | |
"defaultValue": { | |
"floatValues": [ | |
0.0 | |
] | |
}, | |
"maxSampleRate": 10.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::VEHICLE_SPEED_DISPLAY_UNITS", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleUnit::MILES_PER_HOUR" | |
] | |
}, | |
"configArray": [ | |
"VehicleUnit::METER_PER_SEC", | |
"VehicleUnit::MILES_PER_HOUR", | |
"VehicleUnit::KILOMETERS_PER_HOUR" | |
] | |
}, | |
{ | |
"property": "VehicleProperty::EV_BATTERY_DISPLAY_UNITS", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleUnit::KILOWATT_HOUR" | |
] | |
}, | |
"configArray": [ | |
"VehicleUnit::WATT_HOUR", | |
"VehicleUnit::AMPERE_HOURS", | |
"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": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_BELT_HEIGHT_POS", | |
"defaultValue": { | |
"int32Values": [ | |
10 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_BELT_HEIGHT_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_FORE_AFT_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_FORE_AFT_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_BACKREST_ANGLE_1_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_BACKREST_ANGLE_1_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_BACKREST_ANGLE_2_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_BACKREST_ANGLE_2_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_HEIGHT_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_HEIGHT_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_DEPTH_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_DEPTH_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_TILT_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_TILT_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_LUMBAR_FORE_AFT_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_LUMBAR_FORE_AFT_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_LUMBAR_SIDE_SUPPORT_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_LUMBAR_SIDE_SUPPORT_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_HEADREST_HEIGHT_POS_V2", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_HEADREST_HEIGHT_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_HEADREST_ANGLE_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_HEADREST_ANGLE_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_HEADREST_FORE_AFT_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_HEADREST_FORE_AFT_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_FOOTWELL_LIGHTS_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::LIGHT_STATE_OFF" | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"supportedEnumValues": [ | |
"Constants::LIGHT_STATE_OFF", | |
"Constants::LIGHT_STATE_ON" | |
] | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"supportedEnumValues": [ | |
"Constants::LIGHT_STATE_OFF", | |
"Constants::LIGHT_STATE_ON" | |
] | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT_2_RIGHT_2_CENTER", | |
"supportedEnumValues": [ | |
"Constants::LIGHT_STATE_OFF", | |
"Constants::LIGHT_STATE_ON" | |
] | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_FOOTWELL_LIGHTS_SWITCH", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::LIGHT_SWITCH_OFF" | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"supportedEnumValues": [ | |
"Constants::LIGHT_SWITCH_OFF", | |
"Constants::LIGHT_SWITCH_ON", | |
"Constants::LIGHT_SWITCH_AUTO" | |
] | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"supportedEnumValues": [ | |
"Constants::LIGHT_SWITCH_OFF", | |
"Constants::LIGHT_SWITCH_ON", | |
"Constants::LIGHT_SWITCH_AUTO" | |
] | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT_2_RIGHT_2_CENTER", | |
"supportedEnumValues": [ | |
"Constants::LIGHT_SWITCH_OFF", | |
"Constants::LIGHT_SWITCH_ON", | |
"Constants::LIGHT_SWITCH_AUTO" | |
] | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_EASY_ACCESS_ENABLED", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_AIRBAG_ENABLED", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_CUSHION_SIDE_SUPPORT_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_CUSHION_SIDE_SUPPORT_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_LUMBAR_VERTICAL_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_LUMBAR_VERTICAL_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_WALK_IN_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": 0, | |
"maxInt32Value": 5 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": 0, | |
"maxInt32Value": 5 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_AIRBAGS_DEPLOYED", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"supportedEnumValues": [ | |
"VehicleAirbagLocation::FRONT", | |
"VehicleAirbagLocation::KNEE", | |
"VehicleAirbagLocation::LEFT_SIDE", | |
"VehicleAirbagLocation::RIGHT_SIDE", | |
"VehicleAirbagLocation::CURTAIN" | |
] | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"supportedEnumValues": [ | |
"VehicleAirbagLocation::FRONT", | |
"VehicleAirbagLocation::KNEE", | |
"VehicleAirbagLocation::LEFT_SIDE", | |
"VehicleAirbagLocation::RIGHT_SIDE", | |
"VehicleAirbagLocation::CURTAIN" | |
] | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"supportedEnumValues": [ | |
"VehicleAirbagLocation::FRONT", | |
"VehicleAirbagLocation::CURTAIN" | |
] | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"supportedEnumValues": [ | |
"VehicleAirbagLocation::FRONT", | |
"VehicleAirbagLocation::CURTAIN" | |
] | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_BELT_PRETENSIONER_DEPLOYED", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::SEAT_OCCUPANCY", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleSeatOccupancyState::VACANT" | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::INFO_DRIVER_SEAT", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::SEAT_1_LEFT" | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": 0 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::PERF_ODOMETER", | |
"defaultValue": { | |
"floatValues": [ | |
0.0 | |
] | |
}, | |
"maxSampleRate": 10.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::PERF_STEERING_ANGLE", | |
"defaultValue": { | |
"floatValues": [ | |
0.0 | |
] | |
}, | |
"maxSampleRate": 10.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::PERF_REAR_STEERING_ANGLE", | |
"defaultValue": { | |
"floatValues": [ | |
0.0 | |
] | |
}, | |
"maxSampleRate": 10.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::ENGINE_RPM", | |
"defaultValue": { | |
"floatValues": [ | |
0.0 | |
] | |
}, | |
"maxSampleRate": 10.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::FUEL_LEVEL", | |
"defaultValue": { | |
"floatValues": [ | |
15000.0 | |
] | |
}, | |
"maxSampleRate": 100.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::FUEL_DOOR_OPEN", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::EV_BATTERY_LEVEL", | |
"defaultValue": { | |
"floatValues": [ | |
150000.0 | |
] | |
}, | |
"maxSampleRate": 100.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::EV_CURRENT_BATTERY_CAPACITY", | |
"defaultValue": { | |
"floatValues": [ | |
150000.0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::EV_CHARGE_PORT_OPEN", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::EV_CHARGE_PORT_CONNECTED", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::EV_BATTERY_INSTANTANEOUS_CHARGE_RATE", | |
"defaultValue": { | |
"floatValues": [ | |
0.0 | |
] | |
}, | |
"maxSampleRate": 10.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::EV_CHARGE_CURRENT_DRAW_LIMIT", | |
"defaultValue": { | |
"floatValues": [ | |
12.5 | |
] | |
}, | |
"comment": "ConfigArray specifies Max current draw allowed by vehicle in amperes", | |
"configArray": [ | |
20 | |
] | |
}, | |
{ | |
"property": "VehicleProperty::EV_CHARGE_PERCENT_LIMIT", | |
"defaultValue": { | |
"floatValues": [ | |
40.0 | |
] | |
}, | |
"configArray": [ | |
20, | |
40, | |
60, | |
80, | |
100 | |
] | |
}, | |
{ | |
"property": "VehicleProperty::EV_CHARGE_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
2 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::EV_CHARGE_SWITCH", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::EV_CHARGE_TIME_REMAINING", | |
"defaultValue": { | |
"int32Values": [ | |
20 | |
] | |
}, | |
"maxSampleRate": 10.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::EV_REGENERATIVE_BRAKING_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
2 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::TRAILER_PRESENT", | |
"defaultValue": { | |
"int32Values": [ | |
2 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::VEHICLE_CURB_WEIGHT", | |
"defaultValue": { | |
"int32Values": [ | |
2211 | |
] | |
}, | |
"configArray": [ | |
2948 | |
], | |
"comment": "unit is kg" | |
}, | |
{ | |
"property": "VehicleProperty::RANGE_REMAINING", | |
"defaultValue": { | |
"floatValues": [ | |
50000.0 | |
] | |
}, | |
"comment": "units in meter", | |
"maxSampleRate": 2.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::EV_BATTERY_AVERAGE_TEMPERATURE", | |
"defaultValue": { | |
"floatValues": [ | |
25.0 | |
] | |
}, | |
"maxSampleRate": 2.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::TIRE_PRESSURE", | |
"defaultValue": { | |
"floatValues": [ | |
200.0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::WHEEL_FRONT_LEFT", | |
"minFloatValue": 193.0, | |
"maxFloatValue": 300.0 | |
}, | |
{ | |
"areaId": "Constants::WHEEL_FRONT_RIGHT", | |
"minFloatValue": 193.0, | |
"maxFloatValue": 300.0 | |
}, | |
{ | |
"areaId": "Constants::WHEEL_REAR_LEFT", | |
"minFloatValue": 193.0, | |
"maxFloatValue": 300.0 | |
}, | |
{ | |
"areaId": "Constants::WHEEL_REAR_RIGHT", | |
"minFloatValue": 193.0, | |
"maxFloatValue": 300.0 | |
} | |
], | |
"comment": "Units in kpa", | |
"maxSampleRate": 2.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::CRITICALLY_LOW_TIRE_PRESSURE", | |
"areas": [ | |
{ | |
"defaultValue": { | |
"floatValues": [ | |
137.0 | |
] | |
}, | |
"areaId": "Constants::WHEEL_FRONT_LEFT" | |
}, | |
{ | |
"defaultValue": { | |
"floatValues": [ | |
137.0 | |
] | |
}, | |
"areaId": "Constants::WHEEL_FRONT_RIGHT" | |
}, | |
{ | |
"defaultValue": { | |
"floatValues": [ | |
137.0 | |
] | |
}, | |
"areaId": "Constants::WHEEL_REAR_RIGHT" | |
}, | |
{ | |
"defaultValue": { | |
"floatValues": [ | |
137.0 | |
] | |
}, | |
"areaId": "Constants::WHEEL_REAR_LEFT" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::TIRE_PRESSURE_DISPLAY_UNITS", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleUnit::PSI" | |
] | |
}, | |
"configArray": [ | |
"VehicleUnit::KILOPASCAL", | |
"VehicleUnit::PSI", | |
"VehicleUnit::BAR" | |
] | |
}, | |
{ | |
"property": "VehicleProperty::CURRENT_GEAR", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleGear::GEAR_PARK" | |
] | |
}, | |
"configArray": [ | |
"VehicleGear::GEAR_PARK", | |
"VehicleGear::GEAR_NEUTRAL", | |
"VehicleGear::GEAR_REVERSE", | |
"VehicleGear::GEAR_1", | |
"VehicleGear::GEAR_2", | |
"VehicleGear::GEAR_3", | |
"VehicleGear::GEAR_4", | |
"VehicleGear::GEAR_5" | |
] | |
}, | |
{ | |
"property": "VehicleProperty::PARKING_BRAKE_ON", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::PARKING_BRAKE_AUTO_APPLY", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::EV_BRAKE_REGENERATION_LEVEL", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": 0, | |
"minInt32Value": 0, | |
"maxInt32Value": 3 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::EV_STOPPING_MODE", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::EV_STOPPING_MODE_CREEP" | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": 0, | |
"supportedEnumValues": [ | |
"Constants::EV_STOPPING_MODE_CREEP", | |
"Constants::EV_STOPPING_MODE_ROLL", | |
"Constants::EV_STOPPING_MODE_HOLD" | |
] | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::FUEL_LEVEL_LOW", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::FUEL_VOLUME_DISPLAY_UNITS", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleUnit::US_GALLON" | |
] | |
}, | |
"configArray": [ | |
"VehicleUnit::LITER", | |
"VehicleUnit::US_GALLON" | |
] | |
}, | |
{ | |
"property": "VehicleProperty::FUEL_CONSUMPTION_UNITS_DISTANCE_OVER_VOLUME", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::HW_KEY_INPUT", | |
"defaultValue": { | |
"int32Values": [ | |
0, | |
0, | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::HW_KEY_INPUT_V2", | |
"defaultValue": { | |
"int32Values": [ | |
0, | |
0, | |
0, | |
0 | |
], | |
"int64Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HW_MOTION_INPUT", | |
"defaultValue": { | |
"int32Values": [ | |
0, | |
0, | |
0, | |
0, | |
1, | |
0, | |
0 | |
], | |
"floatValues": [ | |
0, | |
0, | |
0, | |
0 | |
], | |
"int64Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HW_ROTARY_INPUT", | |
"defaultValue": { | |
"int32Values": [ | |
0, | |
0, | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::HW_CUSTOM_INPUT", | |
"defaultValue": { | |
"int32Values": [ | |
0, | |
0, | |
0 | |
] | |
}, | |
"configArray": [ | |
0, | |
0, | |
0, | |
3, | |
0, | |
0, | |
0, | |
0, | |
0 | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_ACTUAL_FAN_SPEED_RPM", | |
"defaultValue": { | |
"int32Values": [ | |
50 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_POWER_ON", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
], | |
"configArray": [ | |
"VehicleProperty::HVAC_ACTUAL_FAN_SPEED_RPM", | |
"VehicleProperty::HVAC_AC_ON", | |
"VehicleProperty::HVAC_AUTO_ON", | |
"VehicleProperty::HVAC_AUTO_RECIRC_ON", | |
"VehicleProperty::HVAC_FAN_DIRECTION", | |
"VehicleProperty::HVAC_FAN_SPEED", | |
"VehicleProperty::HVAC_MAX_AC_ON", | |
"VehicleProperty::HVAC_RECIRC_ON", | |
"VehicleProperty::HVAC_TEMPERATURE_CURRENT", | |
"VehicleProperty::HVAC_TEMPERATURE_SET" | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_DEFROSTER", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "VehicleAreaWindow::FRONT_WINDSHIELD" | |
}, | |
{ | |
"areaId": "VehicleAreaWindow::REAR_WINDSHIELD" | |
} | |
], | |
"comment": "0 means using for all areas" | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_ELECTRIC_DEFROSTER_ON", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "VehicleAreaWindow::FRONT_WINDSHIELD" | |
}, | |
{ | |
"areaId": "VehicleAreaWindow::REAR_WINDSHIELD" | |
} | |
], | |
"comment": "0 means using for all areas" | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_MAX_DEFROST_ON", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::HVAC_FRONT_ROW" | |
}, | |
{ | |
"areaId": "Constants::HVAC_REAR_ROW" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_RECIRC_ON", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_AUTO_RECIRC_ON", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_AC_ON", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_MAX_AC_ON", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_AUTO_ON", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_DUAL_ON", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::HVAC_ALL" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_FAN_SPEED", | |
"defaultValue": { | |
"int32Values": [ | |
3 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": 1, | |
"maxInt32Value": 7 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": 1, | |
"maxInt32Value": 7 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": 1, | |
"maxInt32Value": 7 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": 1, | |
"maxInt32Value": 7 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": 1, | |
"maxInt32Value": 7 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_FAN_DIRECTION", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleHvacFanDirection::FACE" | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_FAN_DIRECTION_AVAILABLE", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::FAN_DIRECTION_UNKNOWN", | |
"Constants::FAN_DIRECTION_FACE", | |
"Constants::FAN_DIRECTION_FLOOR", | |
"Constants::FAN_DIRECTION_FACE_FLOOR", | |
"Constants::FAN_DIRECTION_DEFROST", | |
"Constants::FAN_DIRECTION_FACE_DEFROST", | |
"Constants::FAN_DIRECTION_FLOOR_DEFROST", | |
"Constants::FAN_DIRECTION_FLOOR_DEFROST_FACE" | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_SEAT_VENTILATION", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"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 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": 0, | |
"maxInt32Value": 3 | |
} | |
], | |
"comment": "0 is off and +ve values indicate ventilation level." | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_STEERING_WHEEL_HEAT", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": 0, | |
"minInt32Value": -2, | |
"maxInt32Value": 2 | |
} | |
], | |
"comment": "+ve values for heating and -ve for cooling" | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_SEAT_TEMPERATURE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minInt32Value": -2, | |
"maxInt32Value": 2 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": -2, | |
"maxInt32Value": 2 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minInt32Value": -2, | |
"maxInt32Value": 2 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minInt32Value": -2, | |
"maxInt32Value": 2 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minInt32Value": -2, | |
"maxInt32Value": 2 | |
} | |
], | |
"comment": "+ve values for heating and -ve for cooling" | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_SIDE_MIRROR_HEAT", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::MIRROR_DRIVER_LEFT_RIGHT", | |
"minInt32Value": 0, | |
"maxInt32Value": 2 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_TEMPERATURE_CURRENT", | |
"defaultValue": { | |
"floatValues": [ | |
19.1 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_TEMPERATURE_SET", | |
"defaultValue": { | |
"floatValues": [ | |
17.0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT", | |
"minFloatValue": 16.0, | |
"maxFloatValue": 28.0 | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minFloatValue": 16.0, | |
"maxFloatValue": 28.0 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT", | |
"minFloatValue": 16.0, | |
"maxFloatValue": 28.0 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT", | |
"minFloatValue": 16.0, | |
"maxFloatValue": 28.0 | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER", | |
"minFloatValue": 16.0, | |
"maxFloatValue": 28.0 | |
} | |
], | |
"comment": | |
"minFloatValue and maxFloatValue in area config should match corresponding values in configArray", | |
"configArray": [ | |
160, | |
280, | |
5, | |
608, | |
824, | |
9 | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_TEMPERATURE_VALUE_SUGGESTION", | |
"defaultValue": { | |
"floatValues": [ | |
66.19999694824219, | |
"VehicleUnit::FAHRENHEIT", | |
19.0, | |
66.2 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::ENV_OUTSIDE_TEMPERATURE", | |
"defaultValue": { | |
"floatValues": [ | |
25.0 | |
] | |
}, | |
"maxSampleRate": 2.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::HVAC_TEMPERATURE_DISPLAY_UNITS", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleUnit::FAHRENHEIT" | |
] | |
}, | |
"configArray": [ | |
"VehicleUnit::FAHRENHEIT", | |
"VehicleUnit::CELSIUS" | |
] | |
}, | |
{ | |
"property": "VehicleProperty::DISTANCE_DISPLAY_UNITS", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleUnit::MILE" | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": 0 | |
} | |
], | |
"configArray": [ | |
"VehicleUnit::KILOMETER", | |
"VehicleUnit::MILE" | |
] | |
}, | |
{ | |
"property": "VehicleProperty::NIGHT_MODE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::GEAR_SELECTION", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleGear::GEAR_PARK" | |
] | |
}, | |
"configArray": [ | |
"VehicleGear::GEAR_PARK", | |
"VehicleGear::GEAR_NEUTRAL", | |
"VehicleGear::GEAR_REVERSE", | |
"VehicleGear::GEAR_DRIVE", | |
"VehicleGear::GEAR_1", | |
"VehicleGear::GEAR_2", | |
"VehicleGear::GEAR_3", | |
"VehicleGear::GEAR_4", | |
"VehicleGear::GEAR_5" | |
] | |
}, | |
{ | |
"property": "VehicleProperty::TURN_SIGNAL_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleTurnSignal::NONE" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::IGNITION_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleIgnitionState::ON" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::ENGINE_COOLANT_TEMP", | |
"defaultValue": { | |
"floatValues": [ | |
75.0 | |
] | |
}, | |
"maxSampleRate": 10.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::ENGINE_OIL_LEVEL", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleOilLevel::NORMAL" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::ENGINE_OIL_TEMP", | |
"defaultValue": { | |
"floatValues": [ | |
101.0 | |
] | |
}, | |
"maxSampleRate": 10.0, | |
"minSampleRate": 0.10000000149011612 | |
}, | |
{ | |
"property": "VehicleProperty::ENGINE_IDLE_AUTO_STOP_ENABLED", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::IMPACT_DETECTED", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": 0, | |
"supportedEnumValues": [ | |
"ImpactSensorLocation::FRONT", | |
"ImpactSensorLocation::FRONT_LEFT_DOOR_SIDE", | |
"ImpactSensorLocation::FRONT_RIGHT_DOOR_SIDE", | |
"ImpactSensorLocation::REAR_LEFT_DOOR_SIDE", | |
"ImpactSensorLocation::REAR_RIGHT_DOOR_SIDE", | |
"ImpactSensorLocation::REAR" | |
] | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::DOOR_LOCK", | |
"areas": [ | |
{ | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areaId": "Constants::DOOR_1_LEFT" | |
}, | |
{ | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areaId": "Constants::DOOR_1_RIGHT" | |
}, | |
{ | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areaId": "Constants::DOOR_2_LEFT" | |
}, | |
{ | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areaId": "Constants::DOOR_2_RIGHT" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::DOOR_CHILD_LOCK_ENABLED", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::DOOR_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::DOOR_2_RIGHT" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::DOOR_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::DOOR_1_LEFT", | |
"minInt32Value": 0, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::DOOR_1_RIGHT", | |
"minInt32Value": 0, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::DOOR_2_LEFT", | |
"minInt32Value": 0, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::DOOR_2_RIGHT", | |
"minInt32Value": 0, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::DOOR_REAR", | |
"minInt32Value": 0, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::DOOR_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::DOOR_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::DOOR_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::DOOR_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::DOOR_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::MIRROR_Z_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_LEFT", | |
"minInt32Value": -3, | |
"maxInt32Value": 3 | |
}, | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_RIGHT", | |
"minInt32Value": -3, | |
"maxInt32Value": 3 | |
}, | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_CENTER", | |
"minInt32Value": -3, | |
"maxInt32Value": 3 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::MIRROR_Z_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::MIRROR_Y_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_LEFT", | |
"minInt32Value": -3, | |
"maxInt32Value": 3 | |
}, | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_RIGHT", | |
"minInt32Value": -3, | |
"maxInt32Value": 3 | |
}, | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_CENTER", | |
"minInt32Value": -3, | |
"maxInt32Value": 3 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::MIRROR_Y_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "VehicleAreaMirror::DRIVER_CENTER", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::MIRROR_LOCK", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::MIRROR_FOLD", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::MIRROR_AUTO_FOLD_ENABLED", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::MIRROR_DRIVER_LEFT_RIGHT" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::MIRROR_AUTO_TILT_ENABLED", | |
"defaultValue": { | |
"int32Values": [ | |
1 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::MIRROR_DRIVER_LEFT_RIGHT" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::WINDOW_LOCK", | |
"areas": [ | |
{ | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areaId": "Constants::WINDOW_1_RIGHT_2_LEFT_2_RIGHT" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::WINDOW_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::WINDOW_1_LEFT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::WINDOW_1_RIGHT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::WINDOW_2_LEFT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::WINDOW_2_RIGHT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
}, | |
{ | |
"areaId": "Constants::WINDOW_ROOF_TOP_1", | |
"minInt32Value": -10, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::WINDOW_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::WINDOW_1_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::WINDOW_1_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::WINDOW_2_LEFT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::WINDOW_2_RIGHT", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
}, | |
{ | |
"areaId": "Constants::WINDOW_ROOF_TOP_1", | |
"minInt32Value": -1, | |
"maxInt32Value": 1 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::WINDSHIELD_WIPERS_PERIOD", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "VehicleAreaWindow::FRONT_WINDSHIELD", | |
"minInt32Value": 0, | |
"maxInt32Value": 3000 | |
}, | |
{ | |
"areaId": "VehicleAreaWindow::REAR_WINDSHIELD", | |
"minInt32Value": 0, | |
"maxInt32Value": 3000 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::WINDSHIELD_WIPERS_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
"WindshieldWipersState::OFF" | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "VehicleAreaWindow::FRONT_WINDSHIELD", | |
"supportedEnumValues": [ | |
"WindshieldWipersState::OFF", | |
"WindshieldWipersState::ON", | |
"WindshieldWipersState::SERVICE" | |
] | |
}, | |
{ | |
"areaId": "VehicleAreaWindow::REAR_WINDSHIELD", | |
"supportedEnumValues": [ | |
"WindshieldWipersState::OFF", | |
"WindshieldWipersState::ON" | |
] | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::WINDSHIELD_WIPERS_SWITCH", | |
"defaultValue": { | |
"int32Values": [ | |
"WindshieldWipersSwitch::OFF" | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "VehicleAreaWindow::FRONT_WINDSHIELD", | |
"supportedEnumValues": [ | |
"WindshieldWipersSwitch::OFF", | |
"WindshieldWipersSwitch::MIST", | |
"WindshieldWipersSwitch::INTERMITTENT_LEVEL_1", | |
"WindshieldWipersSwitch::INTERMITTENT_LEVEL_2", | |
"WindshieldWipersSwitch::INTERMITTENT_LEVEL_3", | |
"WindshieldWipersSwitch::INTERMITTENT_LEVEL_4", | |
"WindshieldWipersSwitch::INTERMITTENT_LEVEL_5", | |
"WindshieldWipersSwitch::CONTINUOUS_LEVEL_1", | |
"WindshieldWipersSwitch::CONTINUOUS_LEVEL_2", | |
"WindshieldWipersSwitch::CONTINUOUS_LEVEL_3", | |
"WindshieldWipersSwitch::CONTINUOUS_LEVEL_4", | |
"WindshieldWipersSwitch::CONTINUOUS_LEVEL_5", | |
"WindshieldWipersSwitch::AUTO", | |
"WindshieldWipersSwitch::SERVICE" | |
] | |
}, | |
{ | |
"areaId": "VehicleAreaWindow::REAR_WINDSHIELD", | |
"supportedEnumValues": [ | |
"WindshieldWipersSwitch::OFF", | |
"WindshieldWipersSwitch::INTERMITTENT_LEVEL_1", | |
"WindshieldWipersSwitch::INTERMITTENT_LEVEL_2", | |
"WindshieldWipersSwitch::CONTINUOUS_LEVEL_1", | |
"WindshieldWipersSwitch::CONTINUOUS_LEVEL_2", | |
"WindshieldWipersSwitch::AUTO", | |
"WindshieldWipersSwitch::SERVICE" | |
] | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::STEERING_WHEEL_DEPTH_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": 0, | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::STEERING_WHEEL_DEPTH_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": 0, | |
"minInt32Value": -2, | |
"maxInt32Value": 2 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::STEERING_WHEEL_HEIGHT_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": 0, | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::STEERING_WHEEL_HEIGHT_MOVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": 0, | |
"minInt32Value": -2, | |
"maxInt32Value": 2 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::STEERING_WHEEL_THEFT_LOCK_ENABLED", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::STEERING_WHEEL_LOCKED", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::STEERING_WHEEL_EASY_ACCESS_ENABLED", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::GLOVE_BOX_DOOR_POS", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT", | |
"minInt32Value": 0, | |
"maxInt32Value": 10 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::GLOVE_BOX_LOCKED", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::WHEEL_TICK", | |
"defaultValue": { | |
"int64Values": [ | |
0, | |
100000, | |
200000, | |
300000, | |
400000 | |
] | |
}, | |
"configArray": [ | |
15, | |
50000, | |
50000, | |
50000, | |
50000 | |
], | |
"maxSampleRate": 10.0, | |
"minSampleRate": 1.0 | |
}, | |
{ | |
"property": "VehicleProperty::ABS_ACTIVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::TRACTION_CONTROL_ACTIVE", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::AP_POWER_STATE_REQ", | |
"configArray": [ | |
0 | |
] | |
}, | |
{ | |
"property": "VehicleProperty::AP_POWER_STATE_REPORT", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleApPowerStateReport::WAIT_FOR_VHAL", | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::AP_POWER_BOOTUP_REASON", | |
"defaultValue": { | |
"int32Values": [ | |
"VehicleApPowerBootupReason::USER_POWER_ON" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::DISPLAY_BRIGHTNESS", | |
"defaultValue": { | |
"int32Values": [ | |
100 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": 0, | |
"minInt32Value": 0, | |
"maxInt32Value": 100 | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::VALET_MODE_ENABLED", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::HEAD_UP_DISPLAY_ENABLED", | |
"defaultValue": { | |
"int32Values": [ | |
0 | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
} | |
] | |
}, | |
{ | |
"property": "VehicleProperty::OBD2_LIVE_FRAME", | |
"configArray": [ | |
0, | |
0 | |
] | |
}, | |
{ | |
"property": "VehicleProperty::OBD2_FREEZE_FRAME", | |
"configArray": [ | |
0, | |
0 | |
] | |
}, | |
{ | |
"property": "VehicleProperty::OBD2_FREEZE_FRAME_INFO" | |
}, | |
{ | |
"property": "VehicleProperty::OBD2_FREEZE_FRAME_CLEAR", | |
"configArray": [ | |
1 | |
] | |
}, | |
{ | |
"property": "VehicleProperty::HEADLIGHTS_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::LIGHT_STATE_ON" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::HIGH_BEAM_LIGHTS_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::LIGHT_STATE_ON" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::FRONT_FOG_LIGHTS_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::LIGHT_STATE_ON" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::REAR_FOG_LIGHTS_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::LIGHT_STATE_ON" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::HAZARD_LIGHTS_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::LIGHT_STATE_ON" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::CABIN_LIGHTS_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::LIGHT_STATE_ON" | |
] | |
} | |
}, | |
{ | |
"property": "VehicleProperty::READING_LIGHTS_STATE", | |
"defaultValue": { | |
"int32Values": [ | |
"Constants::LIGHT_STATE_ON" | |
] | |
}, | |
"areas": [ | |
{ | |
"areaId": "Constants::SEAT_1_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_1_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_LEFT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_RIGHT" | |
}, | |
{ | |
"areaId": "Constants::SEAT_2_CENTER" | |