My application has 4 different types of devices. A single user may have all 4 device types in his fleet of devices. Each device has a different array of variables. Each device type requires a different dashboard for presenting the its unique data. If you select the wrong dashboard for that device, the data will not make any sense.
I can set a variable, tag, or device property that would distiguish the type of device you have selected.
How can I ensure that the only the appropriate dashboard is made available for that device?
I could hard code everything in HTML custom widget but that seems like a lot of work.
Ideas??