camera._getPluginOrders command response on successful completion
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
Description: Executed command name
Specific value: "camera._getPluginOrders"
state
Description: Command execution status
Specific value: "done"
results
| 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
Description: Package name of a plugin or empty string.