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,46 @@
meta {
name: Other Settings
type: http
seq: 4
}
post {
url: {{base_url}}/oth_s
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~mics: 10
~fanm: 1
~tmpu: 1
~wfiap: 0
~fsmo: 0
~cpm: 0
~btns: 0
~fannl: 50
~them: 0
~frq: 0
}
docs {
# Other Settings
Miscellaneous device settings.
## Set Parameters
- `mics`: Microphone sensitivity (0-19)
- `fanm`: Fan mode (0-1 or 0-3)
- `tmpu`: Temperature unit (0-1: F/C)
- `wfiap`: WiFi access point (0-1)
- `fsmo`: Followspot mode (0-3)
- `cpm`: Close proximity mode (0-1)
- `btns`: Buttons setting (0-1)
- `fannl`: Fan noise level (0-100)
- `them`: Theater mode (0-1)
- `frq`: Frequency (0-13951)
## Response
- All parameters formatted appropriately
- `status`: 0 if success
}