Skip to content

Align subscription functionality with the retrieve API #11

@akoshunyadi

Description

@akoshunyadi

Problem description
Copied from camaraproject/DeviceStatus#248

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions