Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[device-reachability-status-subscriptions] Align functionality with the retrieve API #248

Open
akoshunyadi opened this issue Jan 24, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@akoshunyadi
Copy link
Collaborator

Problem description
device-reachability-status supports a differentiated reachability information like, "only data, "only sms", "data and sms" or just "reachable"
device-reachability-status-subscriptions remained on the old stand where data covers "data only" or "data and SMS", and SMS connectivity means "SMS only"

Possible evolution
Align the subscription API with the retrieve API and provide similar event types. To be discussed if we can support multiple event types for a subscription.

Possible solution, subscription even types (connected-data and connected-sms can be combined):

  • disconnected (none)
  • connected (data or sms)
  • connected-data (data is connected regardless of sms)
  • connected-sms (sms is connected regardless of data)

Alternative solution

Additional context

@akoshunyadi akoshunyadi added the enhancement New feature or request label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant