Skip to main content

Connect to the specified Wi-Fi network

Connects to a Wi-Fi network using the provided SSID and password. If the connection is not established within 10 seconds, the request fails with a timeout error.

Request Body
  • ssid string required

    Possible values: non-empty and <= 32 characters

    The name of the access point to connect to. Can contain up to 32 ASCII characters or about 16 non-ASCII characters.

  • password string

    Possible values: <= 63 characters

    The password for the access point. Can contain up to 63 ASCII characters or about 31 non-ASCII characters.

Responses

OK

Loading...