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,31 @@
meta {
name: Password Settings
type: http
seq: 5
}
post {
url: {{base_url}}/set_cfg
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~opswd: 2479
~npswd: 1234
~npsch: 1234
}
docs {
# Password Settings
Change device webserver password.
## Set Parameters
- `opswd`: Old password (four digits)
- `npswd`: New password (four digits)
- `npsch`: New password check (four digits)
## Response
- `status`: 0 if success
}