1
0

initial push

This commit is contained in:
Kwimbee
2026-02-13 11:17:41 +01:00
commit bfc9763f05
22 changed files with 631 additions and 0 deletions

View 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
}