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."
|
||||
],
|
||||
"api": "events",
|
||||
"name": "OnSceneChange",
|
||||
"name": "SwitchScenes",
|
||||
"category": "scenes",
|
||||
"returns": [
|
||||
{
|
||||
@ -26,7 +26,7 @@
|
||||
"names": [
|
||||
{
|
||||
"name": "",
|
||||
"description": "OnSceneChange"
|
||||
"description": "SwitchScenes"
|
||||
}
|
||||
],
|
||||
"categories": [
|
||||
@ -37,7 +37,7 @@
|
||||
],
|
||||
"heading": {
|
||||
"level": 2,
|
||||
"text": "OnSceneChange"
|
||||
"text": "SwitchScenes"
|
||||
},
|
||||
"lead": "",
|
||||
"type": "class",
|
||||
|
@ -49,7 +49,7 @@ auth_response = base64_encode(auth_response_hash)
|
||||
|
||||
- [Events](#events)
|
||||
* [Scenes](#scenes)
|
||||
+ [OnSceneChange](#onscenechange)
|
||||
+ [SwitchScenes](#switchscenes)
|
||||
+ [ScenesChanged](#sceneschanged)
|
||||
+ [SceneCollectionChanged](#scenecollectionchanged)
|
||||
+ [SceneCollectionListChanged](#scenecollectionlistchanged)
|
||||
@ -173,7 +173,7 @@ Additional fields may be present in the event message depending on the event typ
|
||||
|
||||
## Scenes
|
||||
|
||||
### OnSceneChange
|
||||
### SwitchScenes
|
||||
|
||||
Indicates a scene change.
|
||||
|
||||
|
Reference in New Issue
Block a user