Skip to content

Commit

Permalink
fixed HMI sends OnInteriorVehicleData notification without default mo…
Browse files Browse the repository at this point in the history
…dule ID (#585)

Co-authored-by: yurii <ypostolov>
  • Loading branch information
Ypostolov authored Aug 11, 2021
1 parent 5bf32aa commit 1e88968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controller/sdl/RCModulesController.js
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ SDL.RCModulesController = Em.Object.create({
updateCurrentModels: function(location_name) {
this.set('currentClimateModel', this.getCoveringModuleModel('CLIMATE', location_name));
this.set('currentAudioModel', this.getCoveringModuleModel('AUDIO', location_name));
this.set('currentSeatModel', this.getCoveringModuleModel('SEAT', location_name));
this.set('currentRadioModel', this.getCoveringModuleModel('RADIO', location_name));
this.set('currentHMISettingsModel', this.getCoveringModuleModel('HMI_SETTINGS', location_name));
this.set('currentLightModel', this.getCoveringModuleModel('LIGHT', location_name));
Expand Down

0 comments on commit 1e88968

Please sign in to comment.