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 string
Possible values:
non-empty
and<= 32 characters
The string that contains name of access point
- ip_address ipv4
Default value:
192.168.69.1
The string that contains ip address of access point
address_range object
This oject contains a range of allocated addresses
min integerPossible values:
>= 1
and<= 250
Default value:
100
The minimum value for the assigned address
max integerPossible values:
>= 1
and<= 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 string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
This function is only available with Wi-Fi module
Loading...