pi_portal.modules.integrations.chat.cli.commands.command_status.StatusCommand

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

Bases: ChatProcessStatusCommandBase

Chat CLI command to report the status of the camera.

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

Report if the camera is running or not.

hook_supervisor_exception() None

Handle a SupervisorException.

invoke() None

Manage the process with error handling.