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 stringName of Wi-Fi network 
- dbi integerSignal 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 stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
This function is only available with Wi-Fi module
Loading...