Skip to content

Commit

Permalink
fix: Description fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 15, 2024
1 parent bc0f82d commit efc596e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/openrpc/advertising.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"name": "Default Result",
"value": {
"ifa": "01234567-89AB-CDEF-GH01-23456789ABCD",
"ifa_type": "idfa",
"ifa_type": "sspid",
"lmt": "0"
}
}
Expand All @@ -204,7 +204,7 @@
"name": "Default Result",
"value": {
"ifa": "01234567-89AB-CDEF-GH01-23456789ABCD",
"ifa_type": "idfa",
"ifa_type": "sspid",
"lmt": "0"
}
}
Expand Down
16 changes: 8 additions & 8 deletions src/openrpc/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,15 +348,15 @@
}
],
"result": {
"name": "supportedHdcpProfiles",
"summary": "the supported HDCP profiles",
"name": "supportedHdcpVersions",
"summary": "the supported HDCP versions",
"schema": {
"$ref": "#/components/schemas/HDCPVersion"
}
},
"examples": [
{
"name": "Getting the supported HDCP profiles",
"name": "Getting the supported HDCP versions",
"params": [],
"result": {
"name": "Default Result",
Expand Down Expand Up @@ -384,15 +384,15 @@
}
],
"result": {
"name": "supportedHdrProfiles",
"summary": "the supported HDR profiles",
"name": "supportedHdrFormats",
"summary": "the supported HDR formats",
"schema": {
"$ref": "#/components/schemas/HDRFormat"
}
},
"examples": [
{
"name": "Getting the supported HDR profiles",
"name": "Getting the supported HDR formats",
"params": [],
"result": {
"name": "Default Result",
Expand Down Expand Up @@ -446,7 +446,7 @@
},
{
"name": "screenResolution",
"summary": "Get the maximum supported screen resolution for the graphical surface of the app. \n\nThe pairs returned will be of a [width, height] format and will correspond to the following values: \n\nNTSC Standard Definition (SD): [720, 480] \n\nPAL Standard Definition (SD): [720, 576] \n\nHigh Definition (HD): [1280, 720] \n\nFull HD (FHD): [1920, 1080]\n\n4K Ultra High Definition (UHD): [1920, 1080]",
"summary": "Get the resolution for the graphical surface of the app. \n\nThe pairs returned will be of a [width, height] format and will correspond to the following values: \n\nNTSC Standard Definition (SD): [720, 480] \n\nPAL Standard Definition (SD): [720, 576] \n\nHigh Definition (HD): [1280, 720] \n\nFull HD (FHD): [1920, 1080]\n\n4K Ultra High Definition (UHD): [3840, 2160]",
"params": [],
"tags": [
{
Expand Down Expand Up @@ -482,7 +482,7 @@
},
{
"name": "videoResolution",
"summary": "Get the maximum supported video resolution of the currently connected device and display. \n\nThe pairs returned will be of a [width, height] format and will correspond to the following values: \n\nNTSC Standard Definition (SD): [720, 480] \n\nPAL Standard Definition (SD): [720, 576] \n\nHigh Definition (HD): [1280, 720] \n\nFull HD (FHD): [1920, 1080]\n\n4K Ultra High Definition (UHD): [1920, 1080]",
"summary": "Get the maximum supported video resolution of the currently connected device and display. \n\nThe pairs returned will be of a [width, height] format and will correspond to the following values: \n\nNTSC Standard Definition (SD): [720, 480] \n\nPAL Standard Definition (SD): [720, 576] \n\nHigh Definition (HD): [1280, 720] \n\nFull HD (FHD): [1920, 1080]\n\n4K Ultra High Definition (UHD): [3840, 2160]",
"params": [],
"tags": [
{
Expand Down

0 comments on commit efc596e

Please sign in to comment.