Best practice for a Stream with multiple temperature data points?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When using Streams, a typical Connection might contain multiple and different data types.
e.g. Temperature, Airflow, CO2.
But I have a device that contains multiple data points of the same data type.
e.g. Temperature 1, Temperature 2, Temperature 3, Temperature 4
I've then noticed in the Streams table that this data is stacked side-by-side.
The alternative is to bring each of those Temperature 1/2/3/4 data points in as their own Stream, so they all use the Temperature data type.
From your experience, what would be the best practice in this instance?
Is it best to keep all data for a device in a single Stream, despite the table losing some legibility?