You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the /v3/locations/{locations_id}/measurements call in favor of the new /v3/sensors/{sensors_id}/measurements. This should include an options for a "high-level" locations measurements call.
This locations call could likely abstract sensors to parameters in the library API but use the REST API endpoints. The flow would be something like this:
Call location by locations_id v3/locations/{locations_id}
gather the available sensor ids for that location (filtering by provided parameters if necessary)
loop through sensors ids and make the sensors/{sensors_id}/measurements call one by one
append the results of sensor measurements into a single payload.
The text was updated successfully, but these errors were encountered:
Description
Remove the /v3/locations/{locations_id}/measurements call in favor of the new /v3/sensors/{sensors_id}/measurements. This should include an options for a "high-level" locations measurements call.
This locations call could likely abstract sensors to parameters in the library API but use the REST API endpoints. The flow would be something like this:
v3/locations/{locations_id}
sensors/{sensors_id}/measurements
call one by oneThe text was updated successfully, but these errors were encountered: