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