docs(ci): Update generated docs - f7ab102 [skip ci]

This commit is contained in:
Github Actions 2021-12-17 06:57:34 +00:00
parent f7ab102c21
commit 906c6c4871
2 changed files with 6 additions and 0 deletions

View File

@ -1081,6 +1081,11 @@
"valueName": "availableRequests",
"valueType": "Array<String>",
"valueDescription": "Array of available RPC requests for the currently negotiated RPC version"
},
{
"valueName": "supportedImageFormats",
"valueType": "Array<String>",
"valueDescription": "Image formats available in `GetSourceScreenshot` and `SaveSourceScreenshot` requests."
}
]
},

View File

@ -1469,6 +1469,7 @@ Gets data about the current plugin and RPC version.
| obsWebSocketVersion | String | Current obs-websocket version |
| rpcVersion | Number | Current latest obs-websocket RPC version |
| availableRequests | Array&lt;String&gt; | Array of available RPC requests for the currently negotiated RPC version |
| supportedImageFormats | Array&lt;String&gt; | Image formats available in `GetSourceScreenshot` and `SaveSourceScreenshot` requests. |
---