Skip to content

Commit

Permalink
fix: Few more description changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 14, 2024
1 parent 4815927 commit bc0f82d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/openrpc/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
},
{
"name": "hdcp",
"summary": "Get the supported HDCP profiles",
"summary": "Get the negotiated HDCP profiles for a connected device. \n\n For devices that do not require additional connections (e.g. panels), `true` will be returned for all profiles.",
"params": [],
"tags": [
{
Expand Down Expand Up @@ -370,7 +370,7 @@
},
{
"name": "hdr",
"summary": "Get the supported HDR profiles",
"summary": "Get the negotiated HDR formats for the connected display and device",
"params": [],
"tags": [
{
Expand Down Expand Up @@ -912,15 +912,15 @@
},
"firmware": {
"$ref": "https://meta.comcast.com/firebolt/types#/definitions/SemanticVersion",
"description": "The device firmware version."
"description": "The firmware version as reported by the device"
},
"os": {
"$ref": "https://meta.comcast.com/firebolt/types#/definitions/SemanticVersion",
"description": "**Deprecated** Use `firmware`, instead."
},
"debug": {
"type": "string",
"description": "Detail version as a string, for debugging purposes"
"description": "Detailed version as a string, for debugging purposes"
}
},
"required": [
Expand Down

0 comments on commit bc0f82d

Please sign in to comment.