1
0
Files
reap-api-bruno-collection/02-configuration/display-settings.bru
2026-02-13 11:17:41 +01:00

37 lines
606 B
Plaintext

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
}