From 147a0ed0a1edef7163f4867362fccac27ffe3a1c Mon Sep 17 00:00:00 2001 From: nanimatta Date: Fri, 27 Sep 2024 06:52:30 +0000 Subject: [PATCH] RDKTV-33169 : Modelid not displayed from DeviceInfo Thunder Plugin Reason for change: model id query returned error. Test Procedure: refer Ticket Risks: None Priority: P1 Signed-off-by: nanimatta --- jsonrpc/DeviceInfo.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jsonrpc/DeviceInfo.json b/jsonrpc/DeviceInfo.json index c0519fc5..f1437738 100644 --- a/jsonrpc/DeviceInfo.json +++ b/jsonrpc/DeviceInfo.json @@ -343,6 +343,7 @@ "make": { "type": "string", "enum": [ + "westinghouse", "platco", "llama", "hisense", @@ -389,7 +390,11 @@ "PX051AEI", "PXD01ANI", "SX022AN", - "TX061AEI" + "TX061AEI", + "PI", + "XUSHTC11MWR", + "XUSPTC11MWR", + "XUSHTB11MWR" ], "description": "Device model number or SKU", "example": "PX051AEI"