mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - f42cd21 [skip ci]
This commit is contained in:
parent
f42cd2177a
commit
20e654186c
@ -4237,6 +4237,23 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responseFields": []
|
"responseFields": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Gets a list of connected monitors and information about them.",
|
||||||
|
"requestType": "GetMonitorList",
|
||||||
|
"complexity": 2,
|
||||||
|
"rpcVersion": "1",
|
||||||
|
"deprecated": false,
|
||||||
|
"initialVersion": "5.0.0",
|
||||||
|
"category": "ui",
|
||||||
|
"requestFields": [],
|
||||||
|
"responseFields": [
|
||||||
|
{
|
||||||
|
"valueName": "monitors",
|
||||||
|
"valueType": "Array<Object>",
|
||||||
|
"valueDescription": "a list of detected monitors with some information"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"events": [
|
"events": [
|
||||||
|
@ -2400,6 +2400,7 @@ Studio mode has been enabled or disabled.
|
|||||||
- [OpenInputPropertiesDialog](#openinputpropertiesdialog)
|
- [OpenInputPropertiesDialog](#openinputpropertiesdialog)
|
||||||
- [OpenInputFiltersDialog](#openinputfiltersdialog)
|
- [OpenInputFiltersDialog](#openinputfiltersdialog)
|
||||||
- [OpenInputInteractDialog](#openinputinteractdialog)
|
- [OpenInputInteractDialog](#openinputinteractdialog)
|
||||||
|
- [GetMonitorList](#getmonitorlist)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -4957,4 +4958,21 @@ Opens the interact dialog of an input.
|
|||||||
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
||||||
| inputName | String | Name of the input to open the dialog of | None | N/A |
|
| inputName | String | Name of the input to open the dialog of | None | N/A |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### GetMonitorList
|
||||||
|
|
||||||
|
Gets a list of connected monitors and information about them.
|
||||||
|
|
||||||
|
- Complexity Rating: `2/5`
|
||||||
|
- Latest Supported RPC Version: `1`
|
||||||
|
- Added in v5.0.0
|
||||||
|
|
||||||
|
|
||||||
|
**Response Fields:**
|
||||||
|
|
||||||
|
| Name | Type | Description |
|
||||||
|
| ---- | :---: | ----------- |
|
||||||
|
| monitors | Array<Object> | a list of detected monitors with some information |
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user