mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - ac78acd
[skip ci]
This commit is contained in:
parent
ac78acd28c
commit
fc8dce45ee
@ -462,9 +462,11 @@ Authentication is not required
|
||||
```
|
||||
{
|
||||
"eventType": string,
|
||||
"eventIntent": number,
|
||||
"eventData": object(optional)
|
||||
}
|
||||
```
|
||||
- `eventIntent` is the original intent required to be subscribed to in order to receive the event.
|
||||
|
||||
**Example Message:**
|
||||
```json
|
||||
@ -472,6 +474,7 @@ Authentication is not required
|
||||
"op": 2,
|
||||
"d": {
|
||||
"eventType": "StudioModeStateChanged",
|
||||
"eventIntent": 1,
|
||||
"eventData": {
|
||||
"studioModeEnabled": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user