pi_portal.modules.integrations.chat.cli.commands.command_arm.ArmCommand

class pi_portal.modules.integrations.chat.cli.commands.command_arm.ArmCommand(bot: TypeChatBot)[source]

Bases: ChatProcessManagementCommandBase

Chat CLI command to start the camera process.

__init__(bot: TypeChatBot) None
hook_invoker() None[source]

Manage the configured process.

hook_supervisor_exception() None

Handle a SupervisorException.

hook_supervisor_process_exception() None

Handle a SupervisorProcessException.

invoke() None

Manage the process with error handling.