initial push
This commit is contained in:
36
02-configuration/display-settings.bru
Normal file
36
02-configuration/display-settings.bru
Normal file
@@ -0,0 +1,36 @@
|
||||
meta {
|
||||
name: Display Settings
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{base_url}}/dis_s
|
||||
body: formUrlEncoded
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:form-urlencoded {
|
||||
~dint: 5
|
||||
~dsd: 5
|
||||
~dtl: 5
|
||||
~dor: 0
|
||||
~daofft: 0
|
||||
}
|
||||
|
||||
docs {
|
||||
# Display Settings
|
||||
|
||||
Configure display behavior.
|
||||
|
||||
## Set Parameters
|
||||
- `dint`: Display intensity (0-9)
|
||||
- `dsd`: Display screensaver time (0-10)
|
||||
- `dtl`: Display touchscreen lock (0-10)
|
||||
- `dor`: Display orientation (0-2: normal/inverted/auto)
|
||||
- `daofft`: Activate off timer (0-1)
|
||||
|
||||
## Response
|
||||
- All parameters with appropriate formats
|
||||
- `status`: 0 if success
|
||||
}
|
||||
Reference in New Issue
Block a user