The network settings that are in use by the meter. This may or may not be the same as the configuration established in /config/net.
Normal response.
Unauthorized response.
{- "result": {
- "homeplug": {
- "bridge": [
- {
- "mac": "32:b7:c2:96:c3:78",
- "speed": {
- "rx": 8934500,
- "tx": 9000000
}, - "type": "hpav",
- "vendor": "TP-Link"
}
]
}, - "ipv4": {
- "dhcp": true,
- "address": "192.168.1.42",
- "broadcast": "192.168.1.255",
- "netmask": "255.255.255.0",
- "network": "192.168.1.0",
- "gateway": "192.168.1.1"
}, - "ntp": {
- "server": [
- {
- "address": "192.168.1.1",
- "name": null,
- "state": "SYNC",
- "weight": 1,
- "trust_level": 10,
- "stratum": 3,
- "next_poll": 615,
- "poll_interval": 1545,
- "offset": 0.228,
- "delay": 0.79,
- "jitter": 0.106
}, - {
- "address": "66.228.58.20",
- "name": "north-america.pool.ntp.org",
- "state": "PEER",
- "weight": 1,
- "trust_level": 10,
- "stratum": 3,
- "next_poll": 499,
- "poll_interval": 1480,
- "offset": -0.601,
- "delay": 39.609,
- "jitter": 2.258
}
]
}, - "wlan": {
- "ap": [
- {
- "bssid": "d8:08:a5:ae:4c:e1",
- "flags": "[WPA2-PSK-CCMP][ESS]",
- "frequency": 2452,
- "signal_level": -18,
- "ssid": "wireless"
}, - {
- "bssid": "24:c1:e3:c7:2a:88",
- "flags": "[WPA2-PSK-CCMP][WPS][ESS]",
- "frequency": 2412,
- "signal_level": -62,
- "ssid": "testwlan"
}
], - "net": [
- {
- "network_id": 0,
- "bssid": "any",
- "flags": "[DISABLED]",
- "ssid": "other"
}, - {
- "network_id": 1,
- "bssid": "any",
- "flags": "[CURRENT]",
- "ssid": "wireless"
}, - {
- "network_id": 2,
- "bssid": "any",
- "flags": "[DISABLED]",
- "ssid": "ๅ
ๅนด ๐"
}
]
}
}, - "error": "Error message (present if an error occurred)."
}