Merge "Added missing HVAC properties to DefaultProperties.json"

This commit is contained in:
TreeHugger Robot
2022-08-10 04:24:35 +00:00
committed by Android (Google) Code Review

View File

@@ -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": [