Get current Wi-Fi mode
Get Wi-Fi mode
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
- mode stringPossible values: [ disabled,client,access_point]Default value: disabledwifi module mode 
{
  "mode": "disabled"
}
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...