diff --git a/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json b/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json index 596ac05ae9..a9bd9706a4 100644 --- a/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json +++ b/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json @@ -910,6 +910,19 @@ 0 ] }, + { + "property": "VehicleProperty::HVAC_ACTUAL_FAN_SPEED_RPM", + "defaultValue": { + "int32Values": [ + 50 + ] + }, + "areas": [ + { + "areaId": "Constants::HVAC_ALL" + } + ] + }, { "property": "VehicleProperty::HVAC_POWER_ON", "defaultValue": { @@ -1172,6 +1185,27 @@ } ] }, + { + "property": "VehicleProperty::HVAC_TEMPERATURE_CURRENT", + "areas": [ + { + "defaultValue": { + "floatValues": [ + 17.3 + ] + }, + "areaId": 49 + }, + { + "defaultValue": { + "floatValues": [ + 19.1 + ] + }, + "areaId": 68 + } + ] + }, { "property": "VehicleProperty::HVAC_TEMPERATURE_SET", "areas": [