Get a list of available Wi-Fi networks
Get a list of available Wi-Fi networks
Responses
- 200
- 401
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
ssids object[]
Array of available Wi-Fi access points
ssid stringName of Wi-Fi network
dbi integerSignal strength of the Wi-Fi network
mac stringMAC address of the access point
{
"ssids": [
{
"ssid": "My access point",
"dbi": -64,
"mac": "78:9a:18:38:68:de"
}
]
}
{
"ssids": [
{
"ssid": "wifi0",
"dbi": -60,
"mac": "78:9a:18:38:68:de"
},
{
"ssid": "wifi1",
"dbi": -50,
"mac": "78:9a:18:38:68:df"
}
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
This function is only available with Wi-Fi module
Wi-Fi is disabled
- application/json
- Schema
- Example (from schema)
Schema
- error string
Error information
{
"error": "Wrong JSON body"
}
Loading...