mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - 09b0403
[skip ci]
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
"{Array} `sources` List of sources in the new scene."
|
"{Array} `sources` List of sources in the new scene."
|
||||||
],
|
],
|
||||||
"api": "events",
|
"api": "events",
|
||||||
"name": "OnSceneChange",
|
"name": "SwitchScenes",
|
||||||
"category": "scenes",
|
"category": "scenes",
|
||||||
"returns": [
|
"returns": [
|
||||||
{
|
{
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"names": [
|
"names": [
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"description": "OnSceneChange"
|
"description": "SwitchScenes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
@ -37,7 +37,7 @@
|
|||||||
],
|
],
|
||||||
"heading": {
|
"heading": {
|
||||||
"level": 2,
|
"level": 2,
|
||||||
"text": "OnSceneChange"
|
"text": "SwitchScenes"
|
||||||
},
|
},
|
||||||
"lead": "",
|
"lead": "",
|
||||||
"type": "class",
|
"type": "class",
|
||||||
|
@ -49,7 +49,7 @@ auth_response = base64_encode(auth_response_hash)
|
|||||||
|
|
||||||
- [Events](#events)
|
- [Events](#events)
|
||||||
* [Scenes](#scenes)
|
* [Scenes](#scenes)
|
||||||
+ [OnSceneChange](#onscenechange)
|
+ [SwitchScenes](#switchscenes)
|
||||||
+ [ScenesChanged](#sceneschanged)
|
+ [ScenesChanged](#sceneschanged)
|
||||||
+ [SceneCollectionChanged](#scenecollectionchanged)
|
+ [SceneCollectionChanged](#scenecollectionchanged)
|
||||||
+ [SceneCollectionListChanged](#scenecollectionlistchanged)
|
+ [SceneCollectionListChanged](#scenecollectionlistchanged)
|
||||||
@ -173,7 +173,7 @@ Additional fields may be present in the event message depending on the event typ
|
|||||||
|
|
||||||
## Scenes
|
## Scenes
|
||||||
|
|
||||||
### OnSceneChange
|
### SwitchScenes
|
||||||
|
|
||||||
Indicates a scene change.
|
Indicates a scene change.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user