Option _accessInfo
Description: Information related to connected access point and/or client device around wireless LAN and/or 4G/LTE.
Read only.
Theta X only.
Examples:
{
"defaultGateway": "192.168.1.1",
"frequency": "2.4",
"ipAddress": "192.168.1.3",
"ssid": "rs500m-19c609-1",
"subnetMask": "255.255.255.0",
"proxyURL": "",
"wlanSignalLevel": 1,
"wlanSignalStrength": -64,
"lteSignalLevel": 0,
"lteSignalStrength": 0,
"_dhcpLeaseAddress": []
}
{
"defaultGateway": "",
"frequency": "",
"ipAddress": "",
"ssid": "",
"subnetMask": "",
"proxyURL": "",
"wlanSignalLevel": 0,
"wlanSignalStrength": 0,
"lteSignalLevel": 0,
"lteSignalStrength": 0,
"_dhcpLeaseAddress": [
{
"hostName": "A077295522",
"ipAddress": "192.168.1.5",
"macAddress": "3c:21:9c:f0:39:c1"
}
]
}
Property |
Type |
Required |
Description |
defaultGateway |
string |
yes |
IP address of default gateway in CL mode |
frequency |
string |
yes |
Radio frequency in CL mode, e.g. 2.4 5.2 |
ipAddress |
string |
yes |
IP address of Theta in CL mode |
proxyURL |
string |
yes |
IP address of proxy server in CL mode |
ssid |
string |
yes |
SSID of the wireless LAN access point that THETA connects to in CL mode |
subnetMask |
string |
yes |
Subnet mask of wireless LAN in CL mode |
wlanSignalStrength |
integer |
yes |
Wireless LAN signal strength in dBm in CL mode |
wlanSignalLevel |
integer |
yes |
Wireless LAN signal level in CL mode |
lteSignalStrength |
integer |
yes |
LTE signal strength in dBm |
lteSignalLevel |
integer |
yes |
LTE signal level |
_dhcpLeaseAddress |
array |
yes |
Client devices information in AP mode |
defaultGateway
Description: IP address of default gateway in CL mode
frequency
Description: Radio frequency in CL mode, e.g. 2.4 5.2
ipAddress
Description: IP address of Theta in CL mode
proxyURL
Description: IP address of proxy server in CL mode
ssid
Description: SSID of the wireless LAN access point that THETA connects to in CL mode
subnetMask
Description: Subnet mask of wireless LAN in CL mode
wlanSignalStrength
Description: Wireless LAN signal strength in dBm in CL mode
wlanSignalLevel
Description: Wireless LAN signal level in CL mode
|
Restrictions |
Minimum |
≥ 0 |
Maximum |
≤ 4 |
lteSignalStrength
Description: LTE signal strength in dBm
lteSignalLevel
Description: LTE signal level
|
Restrictions |
Minimum |
≥ 0 |
Maximum |
≤ 4 |
_dhcpLeaseAddress
Description: Client devices information in AP mode
|
Array restrictions |
Min items |
N/A |
Max items |
N/A |
Each item of this array must be |
Description |
dhcpLeaseAddress |
Client device information |
dhcpLeaseAddress
Description: Client device information
Property |
Type |
Required |
Description |
hostName |
string |
no |
Host name of client device |
ipAddress |
string |
yes |
IP address of client device |
macAddress |
string |
yes |
MAC address of client device |
hostName
Description: Host name of client device
ipAddress
Description: IP address of client device
macAddress
Description: MAC address of client device