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 }