docs(ci): Update generated docs - 54fd7af [skip ci]

This commit is contained in:
Github Actions 2021-12-17 07:53:30 +00:00
parent 54fd7af5ef
commit b3ef9a861e
2 changed files with 2 additions and 2 deletions

View File

@ -1952,7 +1952,7 @@
"responseFields": [
{
"valueName": "scenes",
"valueType": "Array<String>",
"valueType": "Array<Object>",
"valueDescription": "Array of scenes in OBS"
},
{

View File

@ -2064,7 +2064,7 @@ Gets an array of all scenes in OBS.
| Name | Type | Description |
| ---- | :---: | ----------- |
| scenes | Array&lt;String&gt; | Array of scenes in OBS |
| scenes | Array&lt;Object&gt; | Array of scenes in OBS |
| currentProgramSceneName | String | Current program scene |
| currentPreviewSceneName | String | Current preview scene. `null` if not in studio mode |