Forum Discussion
Antony_Hawkins
8 years agoEmployee
@Jeff.Woeber that's very cool!
One minor tweak, the 'def hostName' line:
def hostName = hostProps.get("system.displayname");
...should be:
def hostName = java.net.URLEncoder.encode(hostProps.get("system.displayname"));
...to cope with spaces and other non-URL-friendly characters that are permitted in device display names.
:)/emoticons/smile@2x.png 2x" title=":)" width="20">