pi_portal.modules.integrations.slack.cli.commands.command_arm

Slack CLI Arm command.

class pi_portal.modules.integrations.slack.cli.commands.command_arm.ArmCommand(bot)[source]

Slack CLI command to start the camera process.

Parameters:

bot (SlackBot) – The configured slack bot in use.

hook_invoker()

Manage the configured process.

Return type:

None

hook_supervisor_exception()

Handle a SupervisorException.

Return type:

None

hook_supervisor_process_exception()

Handle a SupervisorProcessException.

Return type:

None

invoke()

Manage the process with error handling.

Return type:

None