feat(#36): add Mail notification on Low Battery

This commit is contained in:
Benjamin Nussbaum 2025-06-18 00:10:29 +02:00
parent 1122764333
commit 33e1f99fad
11 changed files with 375 additions and 0 deletions

View file

@ -72,4 +72,9 @@ class User extends Authenticatable // implements MustVerifyEmail
{
return $this->hasMany(Plugin::class);
}
public function routeNotificationForWebhook(): ?string
{
return config('services.webhook.notifications.url');
}
}