PluginControlParams

data class PluginControlParams(val action: String, val plugin: String? = null)

Starts or stops plugin. Supported just by Theta V and later.

Constructors

Link copied to clipboard
constructor(action: String, plugin: String? = null)

Properties

Link copied to clipboard

Type of action: ("boot": start plugin; "finish": stop)

Link copied to clipboard
val plugin: String? = null

Target plugin package name If no target is specified, then Plugin 1 will start. This parameter is ignored when action parameter is "finish". Not supported by Theta V.