network
This domain contains variables related to the screen network state.
{
"wifi_ieee": "00:00:00:00:00:0",
"wifi_mode": 1,
"wifi_ssid": "Network_SSSID",
"wifi_key": "Network_Key",
"wifi_quality": 90,
"network_state": 9,
"dhcp": 1,
"ipaddr": "192.168.0.2",
"netmask": "255.255.255.0",
"gateway": "192.168.0.1",
"dns": "8.8.8.8"
}
wifi_ieee
Wifi mac address.
- Type:
String
- Attribute:
Read Only
- Format:
IEEE MAC-48
wifi_mode
WiFi working mode.
- Type:
Integer
- Attribute:
Read Only
- Value:
0 : Disable
1 : Connection
2 : AP
wifi_ssid
WiFi network SSID.
- Type:
String
- Attribute:
Read Only
wifi_key
Key of WiFi network.
- Type:
String
- Attribute:
Read Only
wifi_quality
Wi-Fi signal quality..
- Type:
Integer
- Attribute:
Read Only
- Interval:
0 ~ 100
network_state
Network state.
- Type:
Integer
- Attribute:
Read Only
dhcp
IP addressing mode.
- Type:
Integer
- Attribute:
Read Only
- Value:
0 : IP by DHCP
1 : Static IP
ipaddr
IP address for static IP.
- Type:
String
- Attribute:
Read Only
- Format:
IPv4
netmask
Subnet mask for static IP.
- Type:
String
- Attribute:
Read Only
- Format:
IPv4
gateway
Gateway for static IP.
- Type:
String
- Attribute:
Read Only
- Format:
IPv4
dns
DNS server address.
- Type:
String
- Attribute:
Read Only
- Format:
IPv4