From 02af608ab86d892cda840c9f166f9aaa66fd1591 Mon Sep 17 00:00:00 2001 From: Byron Lee <37280614+BaiiYuan@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:47:27 +0800 Subject: [PATCH] Update README.md --- src/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/README.md b/src/README.md index 4882110..0d4f554 100644 --- a/src/README.md +++ b/src/README.md @@ -454,6 +454,13 @@ Source: | embeddedDisplay | EmbeddedDisplayInfo | Information about embedded display | | externalDisplays | Array\ | Information about external displays | +### DiskReadRoutineParams +| Property Name | Type | Description | +| -------------- | ------ | ----------------------------------------------------------------------------------------- | +| type | string | Type of disk read routine that will be started. Selects between a "linear" or a "random". | +| length_seconds | number | Length of time to run the routine for. | +| file_size_mb | number | test file size, in mega bytes, to test with DiskRead routine. Maximum file size is 10 GB. | + ## Functions ### dpsl.telemetry.* | Function Name | Definition | Permission needed to access | Released in `dpsl` version |