Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiiYuan authored Jan 8, 2025
1 parent f6a99ee commit 02af608
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,13 @@ Source:
| embeddedDisplay | EmbeddedDisplayInfo | Information about embedded display |
| externalDisplays | Array\<ExternalDisplayInfo\> | 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 |
Expand Down

0 comments on commit 02af608

Please sign in to comment.