Class SubscriptionManager
Constructors
Methods
restore
- restore(): Promise<void>
Returns Promise<void>
subscribe
- subscribe(input: SubscriptionManagerInput): Promise<undefined | MqttMessageOutgoing>[]
Returns Promise<undefined | MqttMessageOutgoing>[]
unsubscribe
- unsubscribe(input: SubscriptionManagerInput): Promise<undefined | MqttMessageOutgoing>[]
Returns Promise<undefined | MqttMessageOutgoing>[]
Sends signal to subscribe to all events from the #storage Intended to call after reconnect to easily restore all previous subscriptions