mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs: Fix scenes
type from String
to Object
This commit is contained in:
parent
24cd95bca7
commit
2a33179588
@ -22,7 +22,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
|
|||||||
/**
|
/**
|
||||||
* Gets an array of all scenes in OBS.
|
* Gets an array of all scenes in OBS.
|
||||||
*
|
*
|
||||||
* @responseField scenes | Array<String> | Array of scenes in OBS
|
* @responseField scenes | Array<Object> | Array of scenes in OBS
|
||||||
* @responseField currentProgramSceneName | String | Current program scene
|
* @responseField currentProgramSceneName | String | Current program scene
|
||||||
* @responseField currentPreviewSceneName | String | Current preview scene. `null` if not in studio mode
|
* @responseField currentPreviewSceneName | String | Current preview scene. `null` if not in studio mode
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user