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

RDK-56276: Add user settings inspector interface to user settings plugin #88

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Dosakaya
Copy link
Contributor

Reason for change: Added user settings inspector documentation and USB plugins documentation updates.

Risks: Low
Priority: P1
Signed-off-by: [email protected]

@Dosakaya Dosakaya requested a review from a team as a code owner March 19, 2025 06:12
| result.deviceInfo[#]?.productInfo4?.serialNumber | string | <sup>*(optional)*</sup> Unicode string representing the serial number of the device |
| result.deviceInfo[#]?.productInfo4?.manufacturer | string | <sup>*(optional)*</sup> Unicode string representing the manufacturer of the device |
| result.deviceInfo[#]?.productInfo4?.product | string | <sup>*(optional)*</sup> Unicode string representing the product |
| result | array | An array of USBDeviceInfo |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, why this needs to be an array. Can you please check the code?

| result[#]?.productInfo4 | object | <sup>*(optional)*</sup> |
| result[#]?.productInfo4?.languageId | integer | <sup>*(optional)*</sup> Language ID present on the device |
| result[#]?.productInfo4?.serialNumber | string | <sup>*(optional)*</sup> Unicode string representing the serial number of the device |
| result[#]?.productInfo4?.manufacturer | string | <sup>*(optional)*</sup> Unicode string representing the manufacturer of the device |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There can and will always be 4 entries in the product info?

| partitionName | string | The name of the partition being mounted |
| mountFlags | string | Flags indicating how the partition is mounted |
| mountPath | string | The mount point path in the file system |
| params.mountPoints | array | mount info list of a USB storage device will be returned |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not matching the spec. The spec says we also carry device info. Why was it omitted here?

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

Successfully merging this pull request may close these issues.

2 participants