API reference - Ricoh Theta

camera._setBluetoothDevice command request

Definitions
Type object

Example:

{
    "name": "camera._setBluetoothDevice",
    "parameters": {
        "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
    }
}
Property Type Required Description
name const yes Command to execute
parameters object yes -

name

Definitions
Type const

Description: Command to execute

Specific value: "camera._setBluetoothDevice"

parameters

Definitions
Type object
Property Type Required Description
uuid string yes UUID of the smartphone application. Alphabetic letters are not case-sensitive.

uuid

Definitions
Type string

Description: UUID of the smartphone application. Alphabetic letters are not case-sensitive.

Restrictions
Must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ Test