Skip to content

Commit

Permalink
RDKTV-33169 : Modelid not displayed from DeviceInfo Thunder Plugin
Browse files Browse the repository at this point in the history
Reason for change:  model id query returned error.
Test Procedure: refer Ticket
Risks: None
Priority: P1

Signed-off-by: nanimatta <[email protected]>
  • Loading branch information
nanimatta committed Sep 27, 2024
1 parent fb94138 commit c44b3d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jsonrpc/DeviceInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@
"make": {
"type": "string",
"enum": [
"westinghouse",
"platco",
"llama",
"hisense",
Expand Down Expand Up @@ -389,7 +390,12 @@
"PX051AEI",
"PXD01ANI",
"SX022AN",
"TX061AEI"
"TX061AEI",
"PI",
"XUSHTC11MWR",
"XUSPTC11MWR",
"XUSHTB11MWR",
"PITU11MWR"
],
"description": "Device model number or SKU",
"example": "PX051AEI"
Expand Down

0 comments on commit c44b3d6

Please sign in to comment.