Hi, Is there any command in order to open specific URL from DX 80 Device. Maybe something similar to this one: xapi.event.on('UserInterface Extensions Panel Clicked', (event) => {if (event.PanelId === "Web") {xapi.command('Dial', { Number: '201' });...