mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update protocol.md - cfa8d8d [skip ci]
This commit is contained in:
parent
cfa8d8d180
commit
a833822eae
@ -5357,7 +5357,7 @@
|
|||||||
"description": "Get a list of scenes in the currently active profile.",
|
"description": "Get a list of scenes in the currently active profile.",
|
||||||
"return": [
|
"return": [
|
||||||
"{String} `current-scene` Name of the currently active scene.",
|
"{String} `current-scene` Name of the currently active scene.",
|
||||||
"{Array<Scene>} `scenes` Ordered list of the current profile's scenes (See `[GetCurrentScene](#getcurrentscene)` for more information)."
|
"{Array<Scene>} `scenes` Ordered list of the current profile's scenes (See [GetCurrentScene](#getcurrentscene) for more information)."
|
||||||
],
|
],
|
||||||
"api": "requests",
|
"api": "requests",
|
||||||
"name": "GetSceneList",
|
"name": "GetSceneList",
|
||||||
@ -5372,7 +5372,7 @@
|
|||||||
{
|
{
|
||||||
"type": "Array<Scene>",
|
"type": "Array<Scene>",
|
||||||
"name": "scenes",
|
"name": "scenes",
|
||||||
"description": "Ordered list of the current profile's scenes (See `[GetCurrentScene](#getcurrentscene)` for more information)."
|
"description": "Ordered list of the current profile's scenes (See [GetCurrentScene](#getcurrentscene) for more information)."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"names": [
|
"names": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user