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:
parent
290e042612
commit
6d4b7c786e
@ -1776,16 +1776,16 @@
|
||||
"valueType": "Number",
|
||||
"valueDescription": "Number of milliseconds to sleep for (if `SERIAL_REALTIME` mode)",
|
||||
"valueRestrictions": ">= 0, <= 50000",
|
||||
"valueOptional": false,
|
||||
"valueOptionalBehavior": null
|
||||
"valueOptional": true,
|
||||
"valueOptionalBehavior": "Unknown"
|
||||
},
|
||||
{
|
||||
"valueName": "sleepFrames",
|
||||
"valueType": "Number",
|
||||
"valueDescription": "Number of frames to sleep for (if `SERIAL_FRAME` mode)",
|
||||
"valueRestrictions": ">= 0, <= 10000",
|
||||
"valueOptional": false,
|
||||
"valueOptionalBehavior": null
|
||||
"valueOptional": true,
|
||||
"valueOptionalBehavior": "Unknown"
|
||||
}
|
||||
],
|
||||
"responseFields": []
|
||||
@ -2777,7 +2777,13 @@
|
||||
"initialVersion": "5.0.0",
|
||||
"category": "outputs",
|
||||
"requestFields": [],
|
||||
"responseFields": []
|
||||
"responseFields": [
|
||||
{
|
||||
"valueName": "outputs",
|
||||
"valueType": "Array<Object>",
|
||||
"valueDescription": "Array of outputs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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 |
|
||||
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
||||
| sleepMillis | Number | Number of milliseconds to sleep for (if `SERIAL_REALTIME` mode) | >= 0, <= 50000 | N/A |
|
||||
| sleepFrames | Number | Number of frames to sleep for (if `SERIAL_FRAME` mode) | >= 0, <= 10000 | 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 | Unknown |
|
||||
|
||||
## Config Requests
|
||||
|
||||
@ -4528,6 +4528,12 @@ Gets the list of available outputs.
|
||||
- Latest Supported RPC Version: `1`
|
||||
- Added in v5.0.0
|
||||
|
||||
**Response Fields:**
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | :---: | ----------- |
|
||||
| outputs | Array<Object> | Array of outputs |
|
||||
|
||||
---
|
||||
|
||||
### GetOutputStatus
|
||||
|
Loading…
x
Reference in New Issue
Block a user