initial push
This commit is contained in:
40
02-configuration/wireless-module.bru
Normal file
40
02-configuration/wireless-module.bru
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user