-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: develop
Are you sure you want to change the base?
Conversation
| 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 | |
There was a problem hiding this comment.
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 | |
There was a problem hiding this comment.
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 | |
There was a problem hiding this comment.
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?
Reason for change: Added user settings inspector documentation and USB plugins documentation updates.
Risks: Low
Priority: P1
Signed-off-by: [email protected]