docs(ci): Update generated docs - f42cd21 [skip ci]

This commit is contained in:
Github Actions 2022-04-26 03:25:55 +00:00
parent f42cd2177a
commit 20e654186c
2 changed files with 35 additions and 0 deletions

View File

@ -4237,6 +4237,23 @@
}
],
"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": [

View File

@ -2400,6 +2400,7 @@ Studio mode has been enabled or disabled.
- [OpenInputPropertiesDialog](#openinputpropertiesdialog)
- [OpenInputFiltersDialog](#openinputfiltersdialog)
- [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 |
---
### 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&lt;Object&gt; | a list of detected monitors with some information |