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
curl
Python
JavaScript
Go
Response samples
200
401
application/json
{
"result": -18,
"error": "Error message (present if an error occurred)."