I would love to add a feature for Hubitat device page. To be able to hyperlink a IP parameter in device preferences for input.
Groovy Addition...
input("ip", "string", title:"IP", description:"Shelly IP Address", defaultValue:"" , required: true, url: "http://{$ip}/extrapath" )
input("ip", "string", title:"IP", description:"Shelly IP Address", defaultValue:"" , required: true, url: "https://{$ip}" )
Would be awesome.
Thanks