Option _ethernetConfig
Description: IP address allocation to be used when wired LAN is enabled. Theta A1 and X only.
Examples:
{
"ipAddressAllocation": "dynamic"
}
{
"ipAddressAllocation": "static",
"ipAddress": "192.168.100.64",
"subnetMask": "255.255.255.0",
"defaultGateway": "192.168.100.1"
}
Property |
Type |
Required |
Description |
ipAddressAllocation |
enum (of string) |
no |
IP address allocation type |
ipAddress |
string |
no |
IP v4 address. Do not specify this property when ipAddressAllocation is dynamic. |
subnetMask |
string |
no |
IP v4 subnet mask. Do not specify this property when ipAddressAllocation is dynamic. |
defaultGateway |
string |
no |
IP v4 address of the default gateway. Do not specify this property when ipAddressAllocation is dynamic. |
dns1 |
string |
no |
IP address of the first DNS server. Do not specify this property when ipAddressAllocation is dynamic. |
dns2 |
string |
no |
IP address of the second DNS server. Do not specify this property when ipAddressAllocation is dynamic. |
_proxy |
object |
no |
Proxy information |
ipAddressAllocation
|
Definitions |
Type |
enum (of string) |
Default |
"dynamic" |
Description: IP address allocation type
Must be one of:
ipAddress
Description: IP v4 address. Do not specify this property when ipAddressAllocation is dynamic.
subnetMask
Description: IP v4 subnet mask. Do not specify this property when ipAddressAllocation is dynamic.
defaultGateway
Description: IP v4 address of the default gateway. Do not specify this property when ipAddressAllocation is dynamic.
dns1
Description: IP address of the first DNS server. Do not specify this property when ipAddressAllocation is dynamic.
dns2
Description: IP address of the second DNS server. Do not specify this property when ipAddressAllocation is dynamic.
_proxy
Description: Proxy information
Property |
Type |
Required |
Description |
use |
boolean |
no |
Use proxy or not. If true, use proxy. |
url |
string |
no |
Proxy server IP address or domain |
port |
number |
no |
Proxy server port number |
userid |
string |
no |
User ID used for proxy authentication |
password |
string |
no |
Password used for proxy authentication. This value cannot be read. |
use
Description: Use proxy or not. If true, use proxy.
url
Description: Proxy server IP address or domain
port
Description: Proxy server port number
|
Restrictions |
Minimum |
≥ 1 |
Maximum |
≤ 65535 |
userid
Description: User ID used for proxy authentication
password
Description: Password used for proxy authentication. This value cannot be read.