API reference - Ricoh Theta

camera._setBluetoothDevice command response on successful completion

Definitions
Type object

Example:

{
    "results": {
        "deviceName": "00155198"
    },
    "name": "camera._setBluetoothDevice",
    "state": "done"
}
Property Type Required Description
name const yes Executed command name
state const yes Command execution status
results object yes -

name

Definitions
Type const

Description: Executed command name

Specific value: "camera._setBluetoothDevice"

state

Definitions
Type const

Description: Command execution status

Specific value: "done"

results

Definitions
Type object
Property Type Required Description
deviceName string yes Device name generated from the serial number (S/N) of Theta.

deviceName

Definitions
Type string

Description: Device name generated from the serial number (S/N) of Theta.