Merge "Add support to USER_IDENTIFICATION_ASSOCIATION_PROPERTY." into rvc-dev
This commit is contained in:
commit
a772a420b0
1 changed files with 8 additions and 0 deletions
|
@ -1038,6 +1038,14 @@ const ConfigDeclaration kVehicleProperties[]{
|
|||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
},
|
||||
},
|
||||
{
|
||||
.config =
|
||||
{
|
||||
.prop = toInt(VehicleProperty::USER_IDENTIFICATION_ASSOCIATION),
|
||||
.access = VehiclePropertyAccess::READ_WRITE,
|
||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
} // impl
|
||||
|
|
Loading…
Reference in a new issue