Forum Discussion
Antony_Hawkins
Employee
8 years ago@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">
Related Content
- 12 days ago