Skip to main content

Set the Wi-Fi access point settings

Set the Wi-Fi access point settings

Request Body
  • name 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

  • ip_address ipv4 required

    Default value: 192.168.69.1

    The string that contains ip address of access point

  • password string required

    Possible values: >= 8 characters and <= 63 characters

    Default value: 12345678

    The string that contains password It can contain 63 ASCII characters or about 31 non-ASCII characters It may be empty, in which case an open access point will be configured

  • address_range object required

    This oject contains a range of allocated addresses

  • min integer required

    Possible values: >= 1 and <= 250

    Default value: 100

    The minimum value for the assigned address

  • max integer required

    Possible values: >= 1 and <= 250

    Default value: 120

    The maximum value for the assigned address

Responses

OK

Loading...