From 851a9626c3ba454950d73c0b072f000986f7f21e Mon Sep 17 00:00:00 2001 From: Tyler Trephan Date: Mon, 8 Aug 2022 21:27:18 +0000 Subject: [PATCH] Added missing HVAC properties to DefaultProperties.json Test: Built Bug: 237610879 Change-Id: I8a71d3ab47c2e60ed90a11cfeb4c10b44d93f1c9 --- .../config/DefaultProperties.json | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json b/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json index f4ce402e28..7167a60422 100644 --- a/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json +++ b/automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json @@ -840,6 +840,19 @@ 0 ] }, + { + "property": "VehicleProperty::HVAC_ACTUAL_FAN_SPEED_RPM", + "defaultValue": { + "int32Values": [ + 50 + ] + }, + "areas": [ + { + "areaId": "Constants::HVAC_ALL" + } + ] + }, { "property": "VehicleProperty::HVAC_POWER_ON", "defaultValue": { @@ -1102,6 +1115,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": [