Subscription channel that wraps the existing notification adapter. Provides backward compatibility with the current push notification system.

This channel:

  • Supports all nodes (notifications are generic)
  • Uses the existing ESPNotificationAdapter
  • Transforms notification data to standard ESPNodeUpdateData format
  • Handles both iOS (APNS) and Android (FCM/GCM) notifications
const notificationChannel = new NotificationSubscriptionChannel();
await ESPRMBase.subscriptionManager.registerChannel(notificationChannel);

Implements

Constructors

Properties

channelId: "notification" = SubscriptionChannelIds.NOTIFICATION

Unique identifier for this channel (e.g., "notification", "matter", "mqtt")

Methods