pi_portal.modules.integrations.chat.cli.commands.command_disarm.DisarmCommand

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

Bases: ChatProcessManagementCommandBase

Chat CLI command to stop 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.