Get information about the current Wi-Fi connection
Get information about the current Wi-Fi connection
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- ssid string
Name of Wi-Fi network
- dbi integer
Signal strength of Wi-Fi network
{
"ssid": "My access point",
"dbi": -64
}
{
"ssid": "wifi0",
"dbi": -50
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
This function is only available with Wi-Fi module
Loading...