diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index 1a74e75e..b2ffb6e4 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -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", + "valueDescription": "a list of detected monitors with some information" + } + ] } ], "events": [ diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index e2ebeecf..4e84ca0f 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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<Object> | a list of detected monitors with some information | +