mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update protocol.md - 0802d03 [skip ci]
This commit is contained in:
parent
0802d03d74
commit
1f75b305c3
@ -2198,7 +2198,8 @@
|
||||
"description": "A source has been renamed.",
|
||||
"return": [
|
||||
"{String} `previousName` Previous source name",
|
||||
"{String} `newName` New source name"
|
||||
"{String} `newName` New source name",
|
||||
"{String} `sourceType` Type of source (input, scene, filter, transition)"
|
||||
],
|
||||
"api": "events",
|
||||
"name": "SourceRenamed",
|
||||
@ -2214,6 +2215,11 @@
|
||||
"type": "String",
|
||||
"name": "newName",
|
||||
"description": "New source name"
|
||||
},
|
||||
{
|
||||
"type": "String",
|
||||
"name": "sourceType",
|
||||
"description": "Type of source (input, scene, filter, transition)"
|
||||
}
|
||||
],
|
||||
"names": [
|
||||
|
@ -930,6 +930,7 @@ A source has been renamed.
|
||||
| ---- | :---: | ------------|
|
||||
| `previousName` | _String_ | Previous source name |
|
||||
| `newName` | _String_ | New source name |
|
||||
| `sourceType` | _String_ | Type of source (input, scene, filter, transition) |
|
||||
|
||||
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user