mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "Add configArray for HVAC_TEMPERATURE_DISPLAY_UNITS" into qt-dev
This commit is contained in:
@@ -530,6 +530,7 @@ const ConfigDeclaration kVehicleProperties[]{
|
||||
{.config = {.prop = toInt(VehicleProperty::HVAC_TEMPERATURE_DISPLAY_UNITS),
|
||||
.access = VehiclePropertyAccess::READ_WRITE,
|
||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
.configArray = {(int)VehicleUnit::FAHRENHEIT, (int)VehicleUnit::CELSIUS},
|
||||
.areaConfigs = {VehicleAreaConfig{.areaId = (0)}}},
|
||||
.initialValue = {.int32Values = {(int)VehicleUnit::FAHRENHEIT}}},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user