mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Added missing HVAC properties to DefaultProperties.json"
This commit is contained in:
committed by
Android (Google) Code Review
commit
67ed1ae812
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user