37 lines
617 B
Plaintext
37 lines
617 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` (optional): Activate off timer (0-1)
|
|
|
|
## Response
|
|
- All parameters with appropriate formats
|
|
- `status`: 0 if success
|
|
}
|