unified gateway interface

This commit is contained in:
Stephan D
2025-12-31 17:47:32 +01:00
parent 19b7b69bd8
commit 97ba7500dc
104 changed files with 8228 additions and 1742 deletions

View File

@@ -11,4 +11,11 @@ const (
NAArchived NotificationAction = "archived"
NASent NotificationAction = "sent"
NAPasswordReset NotificationAction = "password_reset"
NADiscoveryServiceAnnounce NotificationAction = "service.announce"
NADiscoveryGatewayAnnounce NotificationAction = "gateway.announce"
NADiscoveryHeartbeat NotificationAction = "service.heartbeat"
NADiscoveryLookupRequest NotificationAction = "request.lookup"
NADiscoveryLookupResponse NotificationAction = "response.lookup"
NADiscoveryRefreshUI NotificationAction = "event.refresh_ui"
)