We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/smartdevicelink/sdl_hmi/blob/develop/ffw/BasicCommunicationRPC.js#L597
if (request.method == 'BasicCommunication.SystemRequest') { if (FLAGS.ExternalPolicies === true) { FFW.ExternalPolicies.unpack({ requestType: request.params.requestType, requestSubType: request.params.requestSubType, fileName: request.params.fileName }); } else { this.OnReceivedPolicyUpdate(request.params.fileName); } ...
SystemRequest {requestType: "CLIMATE", fileName: "climateData.json"}
BasicCommunication.SystemRequest
SystemRequest
SDL.OnReceivedPolicyUpdate
{"policyfile":"/tmp/fs/mp/images/ivsu_cache/climateData.json"}
SDL: smartdevicelink/sdl_core@08d1240 HMI: 71cbfe9
The text was updated successfully, but these errors were encountered:
Closed via #561
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description:
https://github.com/smartdevicelink/sdl_hmi/blob/develop/ffw/BasicCommunicationRPC.js#L597
Precondition:
Steps to reproduce:
SystemRequest {requestType: "CLIMATE", fileName: "climateData.json"}
from the mobile appExpected result:
BasicCommunication.SystemRequest
response to SDLSystemRequest
responseActual result:
BasicCommunication.SystemRequest
response to SDLSDL.OnReceivedPolicyUpdate
notification to SDL with{"policyfile":"/tmp/fs/mp/images/ivsu_cache/climateData.json"}
SystemRequest
responseEnvironment:
SDL: smartdevicelink/sdl_core@08d1240
HMI: 71cbfe9
The text was updated successfully, but these errors were encountered: