unplugged-system/device/generic/car/common/vhaloverride/ev.car.json

23 lines
570 B
JSON

{
"apiVersion": 1,
"properties": [
{
"property": "VehicleProperty::INFO_FUEL_TYPE",
"defaultValue": {
"int32Values": [
"FuelType::FUEL_TYPE_ELECTRIC"
]
}
},
{
"property": "VehicleProperty::INFO_EV_CONNECTOR_TYPE",
"defaultValue": {
"int32Values": [
"EvConnectorType::IEC_TYPE_1_AC",
"EvConnectorType::IEC_TYPE_1_CCS_DC"
]
}
}
]
}