API reference - Ricoh Theta

Get Info

Definitions
Type object

Description: Acquires basic information of Theta.

Service UUIDb6ac7a7e-8c01-4a52-b188-68d53df53ea2
Characteristic UUIDa0452e2d-c7d8-4314-8cd6-7b8bbab4d523
Value formatUTF-8 string (JSON)
Enabled to readtrue
Enabled to writefalse
Enabled to notifyfalse

Example:

{
    "manufacturer": "Ricoh Company, Ltd.",
    "model": "RICOH THETA X",
    "serialNumber": "15001045",
    "_wlanMacAddress": "98:FE:94:45:D7:22",
    "_bluetoothMacAddress": "58:38:79:46:F7:61",
    "firmwareVersion": "2.20.1",
    "uptime": 46
}
Property Type Required Description
_bluetoothMacAddress string yes MAC address of Bluetooth
firmwareVersion string yes Firmware version
manufacturer string yes Manufacturer name
model string yes Model name
serialNumber string yes Serial number
uptime integer yes Time after startup (seconds)
_wlanMacAddress string yes MAC address of wireless LAN

_bluetoothMacAddress

Definitions
Type string

Description: MAC address of Bluetooth

firmwareVersion

Definitions
Type string

Description: Firmware version

manufacturer

Definitions
Type string

Description: Manufacturer name

model

Definitions
Type string

Description: Model name

serialNumber

Definitions
Type string

Description: Serial number

uptime

Definitions
Type integer

Description: Time after startup (seconds)

Restrictions
Minimum ≥ 0

_wlanMacAddress

Definitions
Type string

Description: MAC address of wireless LAN