TuoniCommandPlugin

class tuoni.TuoniCommandPlugin(conf, c2)[source]

A class that provides data and functionality for a command plugin.

name

The name of the command plugin.

Type:

str

vendor

The vendor of the command plugin.

Type:

str

description

A description of the command plugin.

Type:

str

plugin_id

The unique identifier of the command plugin.

Type:

str

commands

A list of command templates associated with the plugin.

Type:

list[TuoniCommandTemplate]