camera._setPluginOrders command request
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
Description: Command to execute
Specific value: "camera._setPluginOrders"
parameters
| 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
Description: Package name of a plugin. Use an empty string not to specify a package name.