Get information about the current Wi-Fi access point settings
Get information about the current Wi-Fi access point settings
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
- name stringPossible values: non-emptyand<= 32 charactersThe string that contains name of access point 
- ip_address ipv4Default value: 192.168.69.1The string that contains ip address of access point 
- address_range object- This oject contains a range of allocated addresses min integer- Possible values: - >= 1and- <= 250- Default value: - 100- The minimum value for the assigned address max integer- Possible values: - >= 1and- <= 250- Default value: - 120- The maximum value for the assigned address 
{
  "name": "MyAccessPoint",
  "ip_address": "192.168.3.1",
  "address_range": {
    "min": 10,
    "max": 20
  }
}
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...