-
Posts
19 -
Joined
-
Last visited
Community Answers
-
pinlawr's post in Network Resources Variables was marked as the answer
That is URL (not HTML) encoded.
You may check your network resource and change the "mode" from URL Encode to Raw Text. Or, if that doesn't help, depending on the code on the server, you should be able to call a URL decode routine.
URL decoded output would then be:
Source:SunRoom,Temperature:21.6°F,Humidity:70%,BatteryLevel:53%
The degree (º) and percent (%) symbols are being encoded.