/sys/net/wlan/ap/{idx}/signal_level

The signal-strength (in dB) with which the meter is receiving this access point. This is typically a negative number with larger (less negative) numbers indicating higher signal strength.

Get /sys/net/wlan/ap/{idx}/signal_level

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a WLAN access point.

Responses
200

Normal response.

401

Unauthorized response.

get/sys/net/wlan/ap/{idx}/signal_level
Request samples
Response samples
application/json
{
  • "result": -18,
  • "error": "Error message (present if an error occurred)."
}