Store asset measurements.
POST/v1/storeMeasurement
Stores the latest measurement reported by a Bliq device webhook (DeviceEmsLastMeasurement), resolving it against the internal asset that matches the event's device ID.
Only solar and battery subsystem data is currently processed; other subsystems are accepted but not yet stored.
Safe to retry: re-delivering the same measurement for the same device and timestamp does not create a duplicate.
A successful request returns HTTP 200 with an empty response body.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.