diff --git a/src/openrpc/device.json b/src/openrpc/device.json index 9c64ed25c..825082d62 100644 --- a/src/openrpc/device.json +++ b/src/openrpc/device.json @@ -381,6 +381,11 @@ "x-uses": [ "xrn:firebolt:capability:device:info" ] + }, + { + "name": "deprecated", + "x-alternative": "MediaCapabilities.hdrFormats", + "x-since": "1.4.0" } ], "result": { @@ -498,6 +503,11 @@ "x-uses": [ "xrn:firebolt:capability:device:info" ] + }, + { + "name": "deprecated", + "x-alternative": "MediaCapabilities.preferredVideoMode", + "x-since": "1.4.0" } ], "result": { @@ -952,4 +962,4 @@ } } } -} \ No newline at end of file +}