I would like to propose an enhancement to support collecting data at a high frequency and sending it in batches. Specifically, I am interested in understanding if there is an API call to support:
- Collect consumption data at high frequency – For example, gathering data every 5 seconds.
- Send data in batches – Instead of sending each data point individually, it would be sent in a batch after a specified interval or when certain conditions (e.g., network availability) are met.
This would be particularly useful in scenarios where:
- There is intermittent network coverage (e.g., being out of cell phone coverage for some time).
- We want to reduce the number of API calls by batching data and sending it in a more efficient manner when coverage is restored.
I would like to propose an enhancement to support collecting data at a high frequency and sending it in batches. Specifically, I am interested in understanding if there is an API call to support:
This would be particularly useful in scenarios where: