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,40 @@
meta {
name: Wireless Module Settings
type: http
seq: 6
}
post {
url: {{base_url}}/lwm
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~unlink: 1
}
docs {
# Wireless Module Settings
Get wireless module status or unlink the card.
## Set Parameters
- `unlink` (optional): Set to 1 to unlink wireless card
## Response Variants
**Linked:**
- `lwc`: "linked"
- `lws`: Signal strength (0-100%)
**Unlinked:**
- `lwc`: "unlinked"
- `lws`: "..."
**Not installed:**
- `lwc`: "not installed"
- `lws`: "..."
- `status`: 0 if success
}