Is there a way to find out from which device I am accessing the UI? I use two different android tablets for accessing the UI which both use the Fully Kiosk Browser which is capable of starting android apps via API call like the Spotify client. But I need to know on which entity I have to start the app.
So my Idea is to pass some kind of ID like the local IP address of client to a script which starts the app to the corresponding tablet. May I just used the wrong search terms or went in the wrong direction while thinking about possible solutions, but I couldn’t find anything yet what could help me doing this.
I would like to avoid to maintain two different dashboards which just differ in the hardcoded device entity of the Fully Kiosk client.