Set Wi-Fi static settings
Set Wi-Fi static settings and turn off dhcp
- application/json
Request Body required
- ip_address ipv4
ipv4 address of device
- mask ipv4
mask used by device
- gateway ipv4
gateway used by device
- dns ipv4
dns in ipv4 format used by device
- dhcp boolean
Is DHCP enabled
Responses
- 200
- 400
- 401
- 404
OK
- Wrong JSON body
- IP address is invalid
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- error string
error type/info
oneOf
{
"error": "Wrong JSON body"
}
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...