API reference - Ricoh Theta

camera._getPluginOrders command response on successful completion

Definitions
Type object

Example:

{
    "results": {
        "pluginOrders": [
            "com.theta360.usbstorage",
            "com.theta.remoteplayback",
            ""
        ]
    },
    "name": "camera._getPluginOrders",
    "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._getPluginOrders"

state

Definitions
Type const

Description: Command execution status

Specific value: "done"

results

Definitions
Type object
Property Type Required Description
pluginOrders array of string yes Ordered list of package name of plugins. Theta Z1 always returns three items.

pluginOrders

Definitions
Type array of string

Description: Ordered list of package name of plugins. Theta Z1 always returns three items.

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 or empty string.

pluginOrders items

Definitions
Type string

Description: Package name of a plugin or empty string.