Skip to content

Commit

Permalink
feat: Add isActiveHdmiSource method
Browse files Browse the repository at this point in the history
  • Loading branch information
alkalinecoffee committed Jun 13, 2024
1 parent cdddab3 commit d62054f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/openrpc/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,36 @@
}
]
},
{
"name": "isActiveHdmiSource",
"summary": "Whether or not the device is currently the display's active HDMI source.",
"tags": [
{
"name": "property:readonly"
},
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:device:info"
]
}
],
"params": [],
"result": {
"name": "isActiveHdmiSource",
"type": "boolean"
},
"examples": [
{
"name": "Default Example",
"params": [],
"result": {
"name": "Default Result",
"value": true
}
}
]
},
{
"name": "isSourceFrameRateUsed",
"summary": "Check whether the HDMI output frame rate is set to follow the video source frame rate.",
Expand Down

0 comments on commit d62054f

Please sign in to comment.