You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HMI shall not send a OnInteriorVehicleData notification if a parameter is included in the request but the value is the same as the current value (i.e. no change).
(This issue is applicable to all types of modules)
Steps:
mobile sends a valid SetInteriorVehicleData to HMI with some params that will be changed
HMI apply that changes and send OnInteriorVehicleData notification with changed parameters
mobile sends a valid SetInteriorVehicleData to HMI with the same params
Expected:
HMI doesn't send OnInteriorVehicleData notification because the params values are the same as the current values
HMI shall not send a OnInteriorVehicleData notification if a parameter is included in the request but the value is the same as the current value (i.e. no change).
(This issue is applicable to all types of modules)
Steps:
Expected:
HMI doesn't send OnInteriorVehicleData notification because the params values are the same as the current values
Observed:
HMI send OnInteriorVehicleData notification
The text was updated successfully, but these errors were encountered: