Hi, I’m seeking advise for a design pattern.
Our current design created a relation between company, their buildings and devices deployed in the buildings.
We display the device information using blueprint dashboards. User (or metadata url) selects a single device. Company - building - device.
So we actually (only) understand how to use the blueprint dashboard for visualizing the variables of a single device. (The selected device).
What we are looking for is a way to build a blueprint where the user selects (or the system does so) the company. From that level we would like to display all devices of that company on the dashboard.
For example… This by using a dynamic list or an image marker widget. For the latter case, the user should be able to add the devices (pin) on a map.
We are able to display all the device names or ID’s, but not the associated variables like temperature or humidity.
Is that possible and if so, how to do so?
(I really hope I was able to explain our design challenge )
Thanks!
Vincent