API reference - Ricoh Theta

camera._setPluginOrders command request

Definitions
Type object

Example:

{
    "name": "camera._setPluginOrders",
    "parameters": {
        "pluginOrders": [
            "com.theta360.usbstorage",
            "com.theta.remoteplayback",
            ""
        ]
    }
}
Property Type Required Description
name const yes Command to execute
parameters object yes -

name

Definitions
Type const

Description: Command to execute

Specific value: "camera._setPluginOrders"

parameters

Definitions
Type object
Property Type Required Description
pluginOrders array of string yes List of package names for the start-up plugin. Theta Z1 needs three package names.

pluginOrders

Definitions
Type array of string

Description: List of package names for the start-up plugin. Theta Z1 needs three package names.

Array restrictions
Min items N/A
Max items N/A
Each item of this array must be Description
pluginOrders items Package name of a plugin. Use an empty string not to specify a package name.

pluginOrders items

Definitions
Type string

Description: Package name of a plugin. Use an empty string not to specify a package name.