-
Notifications
You must be signed in to change notification settings - Fork 32
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
Subscription for Location Area #18
Comments
Hello @NoelWirzius For the area definition, do you think we can stick to the radius or do we have to extend with polygon (or multi polygon) definition ? |
How many devices should one be able to subscribe too? Note: I think the EventTypes are mixed up in the suggestion. |
As decided in #64 the endpoint should be implemented in a separate API |
please check this and provide feedback camaraproject/Commonalities#8 (comment) |
Please considere this message as a formal inclusion of the GSMA OGW Product WS request to include Subscription/notification mechanism as part of OGW services. camaraproject/Commonalities#8 (comment) For the specific case of location verification, the request includes device location verification API to include such subscription/notification mechanism, which is usually called "geofencing" in certain fora. Examples of such funcionality in trems of input-outputs are also included, to be aligned with current subscription mechanism in this API. Additional context |
I guess areas should be pre-defined from network, hence developer should be able to retrieve the available areas defined in a CSP network to get subscribed to (i.e. a concert area/ Mall area). Developers won't be able to define new geofences or request for areas. I stand to be corrected. |
Summary
Create a subscription mode for the DeviceLocation API. So that developers are informed if a device is leaving or entering the "radius". This is important for tracking devices for Presetting of Homesettings or for tracking of logistics and more.
Changes
For this there are several changes to be done
/subscriptions
/verify
EventType
is an array which is giving the subscription modeAREA_ENTERED
= the device is leaving the defined radiusAREA_LEFT
= the device is entering the defined radiusThe text was updated successfully, but these errors were encountered: