pi_portal.modules.integrations.slack.cli.commands.command_disarm
Slack CLI Disarm command.
- class pi_portal.modules.integrations.slack.cli.commands.command_disarm.DisarmCommand(bot)[source]
Slack CLI command to stop 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