API reference - Ricoh Theta

Option _accessInfo

Definitions
Type object

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

Definitions
Type string

Description: IP address of default gateway in CL mode

frequency

Definitions
Type string

Description: Radio frequency in CL mode, e.g. 2.4 5.2

ipAddress

Definitions
Type string

Description: IP address of Theta in CL mode

proxyURL

Definitions
Type string

Description: IP address of proxy server in CL mode

ssid

Definitions
Type string

Description: SSID of the wireless LAN access point that THETA connects to in CL mode

subnetMask

Definitions
Type string

Description: Subnet mask of wireless LAN in CL mode

wlanSignalStrength

Definitions
Type integer

Description: Wireless LAN signal strength in dBm in CL mode

wlanSignalLevel

Definitions
Type integer

Description: Wireless LAN signal level in CL mode

Restrictions
Minimum ≥ 0
Maximum ≤ 4

lteSignalStrength

Definitions
Type integer

Description: LTE signal strength in dBm

lteSignalLevel

Definitions
Type integer

Description: LTE signal level

Restrictions
Minimum ≥ 0
Maximum ≤ 4

_dhcpLeaseAddress

Definitions
Type array

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

Definitions
Type object

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

Definitions
Type string

Description: Host name of client device

ipAddress

Definitions
Type string

Description: IP address of client device

macAddress

Definitions
Type string

Description: MAC address of client device