Skip to content

Commit

Permalink
feat: Mark old methods as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
alkalinecoffee committed Oct 1, 2024
1 parent c860759 commit 5089e40
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/openrpc/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,11 @@
"x-uses": [
"xrn:firebolt:capability:device:info"
]
},
{
"name": "deprecated",
"x-alternative": "MediaCapabilities.hdrFormats",
"x-since": "1.4.0"
}
],
"result": {
Expand Down Expand Up @@ -498,6 +503,11 @@
"x-uses": [
"xrn:firebolt:capability:device:info"
]
},
{
"name": "deprecated",
"x-alternative": "MediaCapabilities.preferredVideoMode",
"x-since": "1.4.0"
}
],
"result": {
Expand Down Expand Up @@ -952,4 +962,4 @@
}
}
}
}
}

0 comments on commit 5089e40

Please sign in to comment.