Connect the specified Wi-Fi network
Set SSID and password to connect
- application/json
Request Body
- ssid string requiredPossible values: non-emptyand<= 32 charactersThe string that contains name of access point. It can contain 32 ASCII characters or about 16 non-ASCII characters 
- password string requiredPossible values: <= 63 charactersThe 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 stringerror type/info 
{
  "error": "Wrong JSON body"
}
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...