From 6d4b7c786e59cde6e6a287f81d785f071c158a2d Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Sat, 22 Oct 2022 22:22:39 +0000 Subject: [PATCH] docs(ci): Update generated docs - 290e042 [skip ci] --- docs/generated/protocol.json | 16 +++++++++++----- docs/generated/protocol.md | 10 ++++++++-- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index 4a76c29f..d8030c09 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -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", + "valueDescription": "Array of outputs" + } + ] }, { "description": "Gets the status of an output.", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index a9901bdd..164fb97f 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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