Acquires a list of installed plugins.
| X | Z1 | V | SC | S |
|---|---|---|---|---|
| All | All | v2.21.1 and later | --- | --- |
None.
| Name | Type | Description |
|---|---|---|
| plugins | Object | Lists of the plugins installed in camera. See the next section for details. |
| Name | Type | Description |
|---|---|---|
| pluginName | String | Plugin name |
| packageName | String | Package name |
| version | String | Plugin version |
| type | String | The kind of application ("system": Pre-installed plugin, "user": User-added plugin) |
| running | Boolean | Plugin power status (true: running, false: stop) |
| foreground | Boolean | Process status (true: foreground, false: background) |
| boot | Boolean | Boot selection (true: Target plugin to be started; false: Do not start this plugin) |
| force | Boolean | Starts the specified plug-in when the power is turned on from power off or sleep.This setting can only be enabled for one plugin and defaults to false. *After enabling this option, the specified plugin will always start. Make sure that the plug-in that specifies this option can start and stop correctly before setting it. |
| bootOptions | String | An option to pass to the plugin when the plugin starts. The initial value is NULL and the maximum is 1536 characters. |
| webServer | Boolean | Existence of web server (true: Has WebUI, false: Does not have WebUI) |
| exitStatus | String | Exit status |
| message | String | Message |