Skip to content

Commit 873bbd3

Browse files
nanimattaMatta, Nancharayya (Contractor)
andauthored
Topic/5072 (#355)
* RDKEMW-5072: VG doesn't announce for QAM options inside Apps and Inputs * RDKEMW-5072: VG doesn't announce for QAM options inside Apps and Inputs * RDKEMW-5072: VG doesn't announce for QAM options inside Apps and Inputs * RDKEMW-5072: VG doesn't announce for QAM options inside Apps and Inputs Reason for change: Added new api for apps Test Procedure: Refer JIRA. Risks: Medium Priority: P1 * RDKEMW-5072: VG doesn't announce for QAM options inside Apps and Inputs --------- Co-authored-by: Matta, Nancharayya (Contractor) <[email protected]>
1 parent 3545bfd commit 873bbd3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

tools/json_generator/output/ResourceManager/ResourceManager.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,29 @@
6868
]
6969
}
7070
},
71+
"reserveTTSResourceForApps": {
72+
"summary": "Reserves the Text To speech Resource for specified clients",
73+
"params": {
74+
"type": "object",
75+
"properties":{
76+
"appids": {
77+
"summary": "A list of application callsigns",
78+
"type": "array",
79+
"items": {
80+
"type": "string",
81+
"example": "xumo"
82+
},
83+
"minItems": 1
84+
}
85+
},
86+
"required": [
87+
"appids"
88+
]
89+
},
90+
"result": {
91+
"$ref": "#/common/result"
92+
}
93+
},
7194
"reserveTTSResource": {
7295
"summary": "Reserves the Text To speech Resource for specified client.",
7396
"params": {

0 commit comments

Comments
 (0)