Skip to content

Implement custom hooks

Acceptance criteria

  • A user should be able to run custom shell scripts when triggering an action and when the turn off timeout is passed
  • The custom hooks are optional, when not configured nothing should be done
  • The custom hooks should run in a non-blocking manner

Tasks

  • Implement the configuration for the custom hooks
  • Add the custom hooks to the business loop
  • Document the new functionality