Connect the specified Wi-Fi network
Set SSID and password to connect
- application/json
Request Body
- ssid string required
Possible values:
non-empty
and<= 32 characters
The string that contains name of access point. It can contain 32 ASCII characters or about 16 non-ASCII characters
- password string required
Possible values:
<= 63 characters
The string that contains password It can contain 63 ASCII characters or about 31 non-ASCII characters
Responses
- 200
- 400
- 401
- 404
OK
- Missed parameter
- Parameter is of the wrong type
- application/json
- Schema
- Example (from schema)
Schema
- error string
error type/info
{
"error": "Wrong JSON body"
}
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...