diff --git a/docs/generated/comments.json b/docs/generated/comments.json index 42c8baec..6a89b98e 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -4389,6 +4389,47 @@ "lead": "", "type": "class", "examples": [] + }, + { + "subheads": [], + "description": "Waits for the specified duration. Designed to be used in `ExecuteBatch` operations.", + "param": "{int} `sleepMillis` Delay in milliseconds to wait before continuing.", + "api": "requests", + "name": "Sleep", + "category": "general", + "since": "unreleased", + "params": [ + { + "type": "int", + "name": "sleepMillis", + "description": "Delay in milliseconds to wait before continuing." + } + ], + "names": [ + { + "name": "", + "description": "Sleep" + } + ], + "categories": [ + { + "name": "", + "description": "general" + } + ], + "sinces": [ + { + "name": "", + "description": "unreleased" + } + ], + "heading": { + "level": 2, + "text": "Sleep" + }, + "lead": "", + "type": "class", + "examples": [] } ], "media control": [ diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 803b3fee..cb2a0671 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -142,6 +142,7 @@ You can also refer to any of the client libraries listed on the [README](README. + [TriggerHotkeyByName](#triggerhotkeybyname) + [TriggerHotkeyBySequence](#triggerhotkeybysequence) + [ExecuteBatch](#executebatch) + + [Sleep](#sleep) * [Media Control](#media-control) + [PlayPauseMedia](#playpausemedia) + [RestartMedia](#restartmedia) @@ -1777,6 +1778,26 @@ Executes a list of requests sequentially (one-by-one on the same thread). | `results.*.error` | _String (Optional)_ | Error message accompanying an `error` status. | +--- + +### Sleep + + +- Unreleased + +Waits for the specified duration. Designed to be used in `ExecuteBatch` operations. + +**Request Fields:** + +| Name | Type | Description | +| ---- | :---: | ------------| +| `sleepMillis` | _int_ | Delay in milliseconds to wait before continuing. | + + +**Response Items:** + +_No additional response items._ + --- ## Media Control