Skip to content

Commit 51d0301

Browse files
authored
Merge pull request rdkcentral#5925 from hgfell683/DELIA-66701
DELIA-66702: Documentation update
2 parents 6534a54 + b97da7e commit 51d0301

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

DisplaySettings/DisplaySettings.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "array",
2929
"items": {
3030
"type": "string",
31-
"example": "`SDR`, `HDR10`, `HDR10PLUS`, `HLG`, `DV`, `Technicolor Prime`"
31+
"example": "`NONE`, `SDR`, `HDR10`, `HDR10PLUS`, `HLG`, `DV`, `Technicolor Prime`"
3232
}
3333
},
3434
"currentAudioFormat": {
@@ -2073,17 +2073,17 @@
20732073
}
20742074
},
20752075
"setForceHDRMode": {
2076-
"summary": "Enables or disables the force HDR mode. If enabled, the HDR format that is currently configured on the device is used.",
2076+
"summary": " This API force the output HDR video format passed as input arumgents. If force output video format is set as \"NONE\" or this API not called video format changes as per input video format type",
20772077
"params": {
20782078
"type": "object",
20792079
"properties": {
20802080
"hdr_mode": {
2081-
"summary": "`true` to force the HDR format or `false` to reset the mode to the default.",
2082-
"type": "boolean",
2083-
"example": true
2081+
"$ref": "#/definitions/supportedVideoFormat"
20842082
}
20852083
},
2086-
"required": []
2084+
"required": [
2085+
"hdr_mode"
2086+
]
20872087
},
20882088
"result": {
20892089
"$ref": "#/common/result"
@@ -2224,22 +2224,22 @@
22242224
"operation": {
22252225
"summary": "The audio profile state",
22262226
"type": "string",
2227-
"example": ""
2227+
"example": "`ADD`, `REMOVE`"
22282228
},
22292229
"profileName": {
22302230
"summary": "An MS12 audio profile name from `getSupportedMS12AudioProfile`",
22312231
"type": "string",
2232-
"example": "Sports"
2232+
"example": "`Sports`, `User`"
22332233
},
22342234
"ms12SettingsName": {
22352235
"summary": "An ms12 setting name",
22362236
"type": "string",
2237-
"example": "Dialog Enhance"
2237+
"example": "`DialogEnhance`, `VolumeLevellerMode`, `VolumeLevellerLevel`, `BassEnhancer`, `SurroundVirtualizerMode`, `SurroundVirtualizerLevel`"
22382238
},
22392239
"ms12SettingsValue": {
22402240
"summary": "The value to set",
22412241
"type": "string",
2242-
"example": "On"
2242+
"example": "`0`, `1`, `2`"
22432243
}
22442244
},
22452245
"required": [

SystemServices/System.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,6 +1960,46 @@
19601960
]
19611961
}
19621962
},
1963+
"setFSRFlag":{
1964+
"summary": "Set the FSR flag into the emmc raw area. This API will fail if you attempt to set the same value.",
1965+
"result": {
1966+
"type": "object",
1967+
"properties": {
1968+
"fsrFlag": {
1969+
"summary": "FSR flag",
1970+
"type": "boolean",
1971+
"example": true
1972+
},
1973+
"success":{
1974+
"$ref": "#/common/success"
1975+
}
1976+
},
1977+
"required": [
1978+
"fsrFlag",
1979+
"success"
1980+
]
1981+
}
1982+
},
1983+
"getFSRFlag":{
1984+
"summary": "Get the FSR flag from the emmc raw area.",
1985+
"result": {
1986+
"type": "object",
1987+
"properties": {
1988+
"fsrFlag": {
1989+
"summary": "FSR flag.",
1990+
"type": "boolean",
1991+
"example": true
1992+
},
1993+
"success":{
1994+
"$ref": "#/common/success"
1995+
}
1996+
},
1997+
"required": [
1998+
"fsrFlag",
1999+
"success"
2000+
]
2001+
}
2002+
},
19632003
"setPrivacyMode": {
19642004
"summary": "Setting Privacy Mode.",
19652005
"events": {
@@ -2466,46 +2506,6 @@
24662506
"newBlocklistFlag"
24672507
]
24682508
}
2469-
},
2470-
"setFSRFlag":{
2471-
"summary": "Set the FSR flag into the emmc raw area. This API will fail if you attempt to set the same value.",
2472-
"result": {
2473-
"type": "object",
2474-
"properties": {
2475-
"fsrFlag": {
2476-
"summary": "FSR flag",
2477-
"type": "boolean",
2478-
"example": true
2479-
},
2480-
"success":{
2481-
"$ref": "#/common/success"
2482-
}
2483-
},
2484-
"required": [
2485-
"fsrFlag",
2486-
"success"
2487-
]
2488-
}
2489-
},
2490-
"getFSRFlag":{
2491-
"summary": "Get the FSR flag from the emmc raw area.",
2492-
"result": {
2493-
"type": "object",
2494-
"properties": {
2495-
"fsrFlag": {
2496-
"summary": "FSR flag.",
2497-
"type": "boolean",
2498-
"example": true
2499-
},
2500-
"success":{
2501-
"$ref": "#/common/success"
2502-
}
2503-
},
2504-
"required": [
2505-
"fsrFlag",
2506-
"success"
2507-
]
2508-
}
25092509
}
25102510
}
25112511
}

0 commit comments

Comments
 (0)