Set Wi-Fi static IP settings
Configures static IP settings for the Wi-Fi interface and disables DHCP.
- application/json
Request Body required
- ip_address ipv4 required
Device IP address
- mask ipv4 required
Network mask
- gateway ipv4 required
Network gateway
- dns ipv4 required
Network DNS server
Responses
- 200
- 400
- 401
- 404
- 503
OK
- Missed JSON body
- Invalid ip_address
- Invalid mask
- Invalid gateway
- Invalid dns
- Wi-Fi and Ethernet networks conflict
- application/json
- Schema
- Example (from schema)
Schema
- error string
Error information
{
"error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
This function is only available with Wi-Fi module
- Wi-Fi is disabled
- Not connected to Wi-Fi
- application/json
- Schema
- Example (from schema)
Schema
- error string
Error information
{
"error": "Wrong JSON body"
}
Loading...