Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 #96

Closed
LitvinenkoIra opened this issue Jun 22, 2018 · 2 comments

Comments

@LitvinenkoIra
Copy link
Contributor

LitvinenkoIra commented Jun 22, 2018

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:

  1. mobile sends a valid SetInteriorVehicleData to HMI with some params that will be changed
  2. HMI apply that changes and send OnInteriorVehicleData notification with changed parameters
  3. 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

Observed:
HMI send OnInteriorVehicleData notification

@jacobkeeler
Copy link
Contributor

Minor issue, just a redundant notification in some cases

@ShobhitAd
Copy link
Contributor

Closed via #593

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants