Just as descibed in the title: is there a way to open the Web UI of an element in a browser window rather than in the embedded chromium engine (or IE for thos not on DM10 yet)?
The equivalent of a target="_blank" attribute would help in a few cases, as well as having the possibility to use a different launcher (facing this with a few legacy devices that need a desktop app rather than the browser).
Any hint, please?
Hi Alberto,
I believe currently this is not possible. A possible workaround is to create a string parameter that can display the web interface URL. This string parameter will need to be set via QAction with the IP address (and optionally the port) assigned to the element.
When setting a URL in a string parameter, it will be automatically converted in a hyperlink:
The other option is to display this URL in a overview (Linking a shape to a webpage). There is a placeholder <ElementIP> that can be used to retrieve the IP address assigned to the element.