smartdevicelink / sdl_javascript_suite

SmartDeviceLink library for applications developed in JavaScript
BSD 3-Clause "New" or "Revised" License
15 stars 13 forks source link

DisplayCapabilities missing information in SystemCapabilityManager #551

Closed crokita closed 2 years ago

crokita commented 2 years ago

Bug Summary

See related issues here and here.

In the converted display capabilities, ScreenParams are null, MediaClockFormats are empty, and the DisplayCapability Window ID is null.

Reproduction Steps

  1. Use the SCM's getDisplayCapabilities method and print its object. Also, check the stored displays Window ID in the SCM.

Expected Behavior: These properties exist or are not empty

Observed Behavior: The properties do not exist or are empty.

Which projects have you seen this bug on?

Vanilla JavaScript, Node.js

JavaScript Version(s)

1.7.0

sdl_javascript Version

1.7.0

Testing Environment(s)

Tested with Manticore 2.10.0

Relevant log output

No response

theresalech commented 2 years ago

Closed via #552