1
0
Files
reap-api-bruno-collection/02-configuration/wireless-module.bru
2026-02-16 16:55:57 +01:00

40 lines
588 B
Plaintext

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
Linked:
- `lwc`: "linked"
- `lws`: Signal strength (0-100%)
Unlinked:
- `lwc`: "unlinked"
- `lws`: "..."
Not installed:
- `lwc`: "not installed"
- `lws`: "..."
- `status` (optional): 0 if success
}