-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Problem description
Thinking about our API and UC I'm wondering if we shouldn't think about adding a new capability to send notification when the volume of devices go up or below a threshold.
We will offer a deviceCount-subscription endpoint (or other better name) to allow developer to subscribe for these events (number of devices above threshold, number of devices below a threshold), providing this threshold value and providing a sink url where notification must be send.
When situation occurs we trigger this event.
I saw UCs where depending on the volume of connected devices you want to propose/trigger to user some offers to get always a good connectivity.
What do you think?
Possible evolution
Add a second yaml to manage deviceCount-subscription
Alternative solution
Additional context
Do we need to go through the API backlog WG?