I would like to be able to modelize OBD devices measurements (gps data, speed) and events (hard acceleration, deceleration, violent turn, ...) by journey. It's important to be able to retrieve this measurements/events or compute aggregation by journey.
How can I manage that? Currently events and measurements are directly linked to managedObject and it not possible to query the API on custom properties (I thought I could add the journeyId as custom property of each measurements but even with this workaround I can't filter on this field).
Maybe I can manage journey as childDevice? Is it the best way to modelize?