Skip to content

Commit

Permalink
fix: Reverted PR 197 and 201
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 21, 2024
1 parent bc0579d commit aa6a09b
Showing 1 changed file with 0 additions and 62 deletions.
62 changes: 0 additions & 62 deletions src/openrpc/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,68 +270,6 @@
}
]
},
{
"name": "version",
"summary": "Get the SDK, OS and other version info",
"params": [],
"tags": [
{
"name": "exclude-from-sdk"
},
{
"name": "property:immutable"
},
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:device:info"
]
}
],
"result": {
"name": "versions",
"summary": "the versions",
"schema": {
"$ref": "#/components/schemas/DeviceVersion"
}
},
"examples": [
{
"name": "Getting the os and sdk versions",
"params": [],
"result": {
"name": "Default Result",
"value": {
"sdk": {
"major": 0,
"minor": 8,
"patch": 0,
"readable": "Firebolt JS SDK v0.8.0"
},
"api": {
"major": 0,
"minor": 8,
"patch": 0,
"readable": "Firebolt API v0.8.0"
},
"firmware": {
"major": 1,
"minor": 2,
"patch": 3,
"readable": "Device Firmware v1.2.3"
},
"os": {
"major": 0,
"minor": 1,
"patch": 0,
"readable": "Firebolt OS v0.1.0"
},
"debug": "Non-parsable build info for error logging only."
}
}
}
]
},
{
"name": "hdcp",
"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.",
Expand Down

0 comments on commit aa6a09b

Please sign in to comment.