mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 290e042
[skip ci]
This commit is contained in:
@ -1776,16 +1776,16 @@
|
|||||||
"valueType": "Number",
|
"valueType": "Number",
|
||||||
"valueDescription": "Number of milliseconds to sleep for (if `SERIAL_REALTIME` mode)",
|
"valueDescription": "Number of milliseconds to sleep for (if `SERIAL_REALTIME` mode)",
|
||||||
"valueRestrictions": ">= 0, <= 50000",
|
"valueRestrictions": ">= 0, <= 50000",
|
||||||
"valueOptional": false,
|
"valueOptional": true,
|
||||||
"valueOptionalBehavior": null
|
"valueOptionalBehavior": "Unknown"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"valueName": "sleepFrames",
|
"valueName": "sleepFrames",
|
||||||
"valueType": "Number",
|
"valueType": "Number",
|
||||||
"valueDescription": "Number of frames to sleep for (if `SERIAL_FRAME` mode)",
|
"valueDescription": "Number of frames to sleep for (if `SERIAL_FRAME` mode)",
|
||||||
"valueRestrictions": ">= 0, <= 10000",
|
"valueRestrictions": ">= 0, <= 10000",
|
||||||
"valueOptional": false,
|
"valueOptional": true,
|
||||||
"valueOptionalBehavior": null
|
"valueOptionalBehavior": "Unknown"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responseFields": []
|
"responseFields": []
|
||||||
@ -2777,7 +2777,13 @@
|
|||||||
"initialVersion": "5.0.0",
|
"initialVersion": "5.0.0",
|
||||||
"category": "outputs",
|
"category": "outputs",
|
||||||
"requestFields": [],
|
"requestFields": [],
|
||||||
"responseFields": []
|
"responseFields": [
|
||||||
|
{
|
||||||
|
"valueName": "outputs",
|
||||||
|
"valueType": "Array<Object>",
|
||||||
|
"valueDescription": "Array of outputs"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Gets the status of an output.",
|
"description": "Gets the status of an output.",
|
||||||
|
@ -2583,8 +2583,8 @@ Sleeps for a time duration or number of frames. Only available in request batche
|
|||||||
|
|
||||||
| Name | Type | Description | Value Restrictions | ?Default Behavior |
|
| Name | Type | Description | Value Restrictions | ?Default Behavior |
|
||||||
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
||||||
| sleepMillis | Number | Number of milliseconds to sleep for (if `SERIAL_REALTIME` mode) | >= 0, <= 50000 | N/A |
|
| ?sleepMillis | Number | Number of milliseconds to sleep for (if `SERIAL_REALTIME` mode) | >= 0, <= 50000 | Unknown |
|
||||||
| sleepFrames | Number | Number of frames to sleep for (if `SERIAL_FRAME` mode) | >= 0, <= 10000 | N/A |
|
| ?sleepFrames | Number | Number of frames to sleep for (if `SERIAL_FRAME` mode) | >= 0, <= 10000 | Unknown |
|
||||||
|
|
||||||
## Config Requests
|
## Config Requests
|
||||||
|
|
||||||
@ -4528,6 +4528,12 @@ Gets the list of available outputs.
|
|||||||
- Latest Supported RPC Version: `1`
|
- Latest Supported RPC Version: `1`
|
||||||
- Added in v5.0.0
|
- Added in v5.0.0
|
||||||
|
|
||||||
|
**Response Fields:**
|
||||||
|
|
||||||
|
| Name | Type | Description |
|
||||||
|
| ---- | :---: | ----------- |
|
||||||
|
| outputs | Array<Object> | Array of outputs |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### GetOutputStatus
|
### GetOutputStatus
|
||||||
|
Reference in New Issue
Block a user